Displaying 1 result from an estimated 1 matches for "lzmautils".
Did you mean:
lvm_utils
2010 Feb 19
1
Fix for incorrect use of restrict in xz third party code
Hello,
the included XZ Utils source code contains an incorrect use of the
restrict keyword. This leads to data corruption under certain
circumstances. For a short discussion of the problem see
http://sourceforge.net/projects/lzmautils/forums/forum/708858/topic/3306733
This was fixed in the XZ Utils git repository in commit
commit 49cfc8d392cf535f8dd10233225b1fc726fec9ef
Author: Lasse Collin <lasse.collin at tukaani.org>
Date: Tue Sep 15 21:07:23 2009 +0300
Fix incorrect use of "restrict".
Since t...