mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
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).hjl/release/2.20/master
2 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue