Debian Patches

Status for fuseiso/20070708-6

Patch Description Author Forwarded Bugs Origin Last update
support_large_iso.patch handle larger than 4GB isos Thomas Bittermann not-needed vendor, http://koji.fedoraproject.org/koji/buildinfo?buildID=149397 2024-09-16
fix_typo.patch fix typo in sourcecode Jakub Wilk <jwilk@debian.org> not-needed debian vendor, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598021 2024-09-16
prevent-buffer-overflow.patch Prevent stack-based buffer overflow on too-long path names Mike Gabriel <mike.gabriel@das-netzwerkteam.de> not-needed 2024-09-16
prevent-integer-overflow.patch Prevent integer overflow in ZISO code Mike Gabriel <mike.gabriel@das-netzwerkteam.de> not-needed 2024-09-16
cross.patch Fix FTCBFS fuseiso fails to cross build from source, because it uses the build
architecture pkg-config. Unconventionally, it uses pkg-config at make
time rather than configure time. Converting those calls to
PKG_CHECK_MODULES, which considers $ac_tool_prefix, fixes the cross
build.
===================================================================
Sven Geuer <sge@debian.org> not-needed debian 2024-09-14
infinite-loop-parsing-line-options-on-arm.patch Fix infinite loop parsing line options on arm The loop happens because getopt returns -1 (no more options) which is
assigned to a char. Type char on arm64 is always unsigned, so the test
for ">0" will always be true. The loop thinks it has more options to
parse resulting in an infinite loop.
.
Fix simply changes the type of lvalue from char to int.
Sven Geuer <sge@debian.org> not-needed 2024-09-14
fuse3.patch Required changes to run fuseiso using fuse3 Sven Geuer <sge@debian.org> not-needed debian 2024-10-16
symlink-size.patch Report correct size of symlinks, instead of 0 Original author's headerlines were
Date: Mon, 30 Sep 2024 13:02:34 +0200
Subject: stat(2) on S_IFLNK: st_size = correct instead of 0
=?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> not-needed debian 2024-10-16
fuse-options-before-arguments.patch Recognize fuse options placed before the arguments The original source requires one to place any fuse option after the arguments
(ISO image and mount point). This patch allows one to also place them before
the arguments following the usual program-options-arguments scheme.
Sven Geuer <sge@debian.org> not-needed debian 2024-10-28

All known versions for source package 'fuseiso'

Links