]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Redo the strings sorting function, allocate/free memory as needed.
authorAndres Mejia <amejia004@gmail.com>
Sun, 10 Feb 2013 03:09:30 +0000 (22:09 -0500)
committerAndres Mejia <amejia004@gmail.com>
Sun, 10 Feb 2013 03:24:12 +0000 (22:24 -0500)
commite567c8ccb4fb1e51af5c94346b614851af19fb07
treeff97e1ba9bcb26e97ee21b6fe12a026ee51750fa
parent258fd85505e7c9b52394f18565148e03d17c1c32
Redo the strings sorting function, allocate/free memory as needed.
This is the normal implementation of quicksort.
libarchive/archive_util.c