Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rules</strong> below for rules that identify other dangerous functions.</p>
</recommendation>
<example>
<p>The following example gets a string from standard input in two ways:</p>
<sample src="DangerousUseOfGets" />
<sample src="DangerousFunctionOverflow.c" />

<p>The first version uses <code>gets</code> and will overflow if the input
is longer than the buffer. The second version of the code
Expand Down