Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

CID 114341: Uninitialized pointer read (CWE-457) #39

Description

@mmaraya
var_decl: Declaring variable fout without initializer.

ftp/ftp.c#743

uninit_use: Using uninitialized value fout.

ftp/ftp.c#1067

Incorrect values could be read from, or even written to, an arbitrary memory location, causing incorrect computations. In recvrequest: Reads an uninitialized pointer or its target (CWE-457)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions