Skip to content

Commit

Permalink
Update std.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github authored May 2, 2024
1 parent 5f40911 commit ed5b889
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cfg/std.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4806,6 +4806,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
</function>
<!-- char * strchr(const char *cs, int c); -->
<function name="strchr,std::strchr">
<pure/>
<use-retval/>
<returnValue type="char *"/>
<noreturn>false</noreturn>
Expand Down Expand Up @@ -5378,6 +5379,7 @@ The obsolete function 'gets' is called. With 'gets' you'll get a buffer overrun
<!-- const char * strrchr(const char * str, int character);-->
<!-- char * strrchr(char * str, int character); -->
<function name="strrchr,std::strrchr">
<pure/>
<use-retval/>
<returnValue type="char *"/>
<noreturn>false</noreturn>
Expand Down

0 comments on commit ed5b889

Please sign in to comment.