mirror of
https://sourceware.org/git/glibc.git
synced 2025-11-15 15:21:18 +03:00
This fixes an off-by-one argc interpretation error (argv[0] is included in the count) in stdlib/tst-qsort2.c causing a segfault if the program is called with one command-line argument only (argv[2] is NULL in that case).
1.6 KiB
1.6 KiB