Skip to content

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

Merge request reports

Loading