This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/17111] STRTOL(3) unexpected behavior when use '`' before number (i.e."```1") as argument of main ()


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]