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

Unchecked return value (CWE-252) #33

Open
mmaraya opened this issue Mar 13, 2016 · 0 comments
Open

Unchecked return value (CWE-252) #33

mmaraya opened this issue Mar 13, 2016 · 0 comments
Assignees

Comments

@mmaraya
Copy link
Owner

mmaraya commented Mar 13, 2016

gcc (Ubuntu 4.8.4-2ubuntu1~14.04.1) 4.8.4

ftp/cmds.c#L1545

warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result

The software does not check the return value from a method or function, which can prevent it from detecting unexpected states and conditions. (CWE-252)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant