diff options
Diffstat (limited to 'sys-fs/fuseiso')
-rw-r--r-- | sys-fs/fuseiso/files/fuseiso-20070708-CVE-2015-8837.patch | 3 | ||||
-rw-r--r-- | sys-fs/fuseiso/files/fuseiso-20070708-integer-overflow.patch | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys-fs/fuseiso/files/fuseiso-20070708-CVE-2015-8837.patch b/sys-fs/fuseiso/files/fuseiso-20070708-CVE-2015-8837.patch index 1e760fd89f66..a5ab828ee637 100644 --- a/sys-fs/fuseiso/files/fuseiso-20070708-CVE-2015-8837.patch +++ b/sys-fs/fuseiso/files/fuseiso-20070708-CVE-2015-8837.patch @@ -1,3 +1,6 @@ +https://sources.debian.org/patches/fuseiso/20070708-3.2/02-prevent-buffer-overflow.patch/ +https://bugs.gentoo.org/713328 +---- Description: Prevent stack-based buffer overflow on too-long path names Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/sys-fs/fuseiso/files/fuseiso-20070708-integer-overflow.patch b/sys-fs/fuseiso/files/fuseiso-20070708-integer-overflow.patch index 83c2c9451a61..9f20b9b8c51e 100644 --- a/sys-fs/fuseiso/files/fuseiso-20070708-integer-overflow.patch +++ b/sys-fs/fuseiso/files/fuseiso-20070708-integer-overflow.patch @@ -1,3 +1,6 @@ +https://sources.debian.org/patches/fuseiso/20070708-3.2/03-prevent-integer-overflow.patch/ +https://bugs.gentoo.org/713328 +---- Description: Prevent integer overflow in ZISO code Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> |