Tarsnap / kivaloo

Kivaloo is a collection of utilities which together form a data store associating keys of up to 255 bytes with values of up to 255 bytes.
http://www.tarsnap.com/kivaloo.html
Other
201 stars 17 forks source link

Don't pass NULL to qsort() #297

Closed gperciva closed 7 months ago

gperciva commented 8 months ago

In C99, we need to have valid pointers for qsort(), even if we have 0 items.