[Bug libc/17111] STRTOL(3) unexpected behavior when use '`' before number (i.e."```1") as argument of main ()
sergey.churayev.76 at gmail dot com
sourceware-bugzilla@sourceware.org
Thu Jul 3 21:49:00 GMT 2014
https://sourceware.org/bugzilla/show_bug.cgi?id=17111
--- Comment #1 from Sergey Churayev <sergey.churayev.76 at gmail dot com> ---
Also:
-------------------------------------------------------------------
%% strtol_test ``````````
Usage: strtol_test str [base]
%% strtol_test ``````````1111
Segmentation fault
Segmentation fault
Segmentation fault
Segmentation fault
Segmentation fault
No digits were found
%% strtol_test `
Unmatched `.
-------------------------------------------------------------------
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list