1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00
xz-archive/src
Lasse Collin 91750dff8f xz: Fix use of wrong variable in a fcntl() call.
Due to a wrong variable name, when writing a sparse file
to standard output, *all* file status flags were cleared
(to the extent the operating system allowed it) instead of
only clearing the O_APPEND flag. In practice this worked
fine in the common situations on GNU/Linux, but I didn't
check how it behaved elsewhere.

The original flags were still restored correctly. I still
changed the code to use a separate boolean variable to
indicate when the flags should be restored instead of
relying on a special value in stdout_flags.
2013-06-28 22:04:32 +03:00
..
common Workaround unusual SIZE_MAX on SCO OpenServer. 2011-09-05 16:05:44 +03:00
liblzma liblzma: Be less picky in lzma_alone_decoder(). 2013-04-05 19:34:09 +03:00
lzmainfo Add underscores to attributes (__attribute((__foo__))). 2011-05-17 12:27:22 +03:00
scripts xzgrep: make the '-h' option to be --no-filename equivalent 2013-04-05 19:34:42 +03:00
xz xz: Fix use of wrong variable in a fcntl() call. 2013-06-28 22:04:32 +03:00
xzdec xzdec: Improve the --help message. 2013-06-26 10:53:57 +03:00
Makefile.am Build: Add options to disable individual command line tools. 2010-10-08 15:25:45 +03:00