Fix unefined behavior issue in qsort call
In some cases this qsort
call can ba made with null pointer. It's not a fatal for program but causes undefined behavior. It can be found with Clang USAN.
Edited by Andrey Prokopyuk
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
In some cases this qsort
call can ba made with null pointer. It's not a fatal for program but causes undefined behavior. It can be found with Clang USAN.