You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there. I was auditing a project and this code was marked as vulnerable to possible buffer overflow because no limit is found for %s directive... but it's present:
` num_parsed = sscanf (line,
"%d %d %127s"
`
The text was updated successfully, but these errors were encountered:
Hi there. I was auditing a project and this code was marked as vulnerable to possible buffer overflow because no limit is found for %s directive... but it's present:
` num_parsed = sscanf (line,
"%d %d %127s"
`
The text was updated successfully, but these errors were encountered: