[libc] improve strto* requires
The C standard explicitly states that these functions 'convert the initial portion of the string pointed to by nptr ...'; therefore they do expect _strings_ (NUL-terminated) as inputs.
Showing
- share/libc/stdlib.h 7 additions, 7 deletionsshare/libc/stdlib.h
- src/plugins/markdown-report/tests/sarif/oracle/std_string.sarif 28 additions, 28 deletions...ugins/markdown-report/tests/sarif/oracle/std_string.sarif
- tests/libc/oracle/fc_libc.1.res.oracle 7 additions, 7 deletionstests/libc/oracle/fc_libc.1.res.oracle
- tests/libc/oracle/stdlib_h.0.res.oracle 22 additions, 22 deletionstests/libc/oracle/stdlib_h.0.res.oracle
- tests/libc/oracle/stdlib_h.1.res.oracle 22 additions, 22 deletionstests/libc/oracle/stdlib_h.1.res.oracle
Loading
Please register or sign in to comment