CMake/Utilities/cmlibarchive
Sean McBride 6a6a6f3670 libarchive: fixed undefined left shift with signed ints
caught by clang's -fsanitize=shift. A small unsigned int was
promoted, according to C's regular promotion rules, to a signed
int, it was then left shifted.  This sometimes pushed a 1 into
the sign bit, which is undefined behaviour. Fixed by using
unsigned temporaries.
2012-11-30 08:04:48 -05:00
..
build Merge branch 'libarchive-upstream' into update-libarchive 2012-01-05 09:02:58 -05:00
libarchive libarchive: fixed undefined left shift with signed ints 2012-11-30 08:04:48 -05: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