CMake/Utilities/cmlibarchive
Ömer Fadıl USTA 499531c64e libarchive: Fix free() order to avoid accessing freed memory
The archive_string_conv type sc variable already freed via free(sc) on
the other hand in second line we are tyring to free its subset via
free(sc->from_charset) this will cause a problem because we couldn't
reach sc after first release.

Reviewed-by: Igor Murzov <e-mail@date.by>
2013-07-15 10:20:00 -04:00
..
build Merge branch 'libarchive-upstream' into update-libarchive 2012-01-05 09:02:58 -05:00
libarchive libarchive: Fix free() order to avoid accessing freed memory 2013-07-15 10:20:00 -04:00
.gitattributes libarchive: Set .gitattributes to allow trailing whitespace 2012-01-05 09:02:01 -05:00
CMakeLists.txt Require CMake 2.8.2 or higher to build CMake 2012-04-26 16:39:54 -04:00
COPYING Merge branch 'libarchive-upstream' into update-libarchive 2011-12-20 11:54:25 -05:00
CTestConfig.cmake Merge branch 'libarchive-upstream' into update-libarchive 2011-12-20 11:54:25 -05:00
README-CMake.txt libarchive: Update README-CMake.txt for new snapshot 2012-01-05 09:06:42 -05:00