diff options
author | Sam James <sam@gentoo.org> | 2020-07-19 19:13:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-19 19:13:34 +0000 |
commit | 0fa0186b07af75e7612f5b33f85f5f7d745d9496 (patch) | |
tree | ed5de0c44db24a67ea4649d00e2f8313d43cb710 /sys-fs/fuseiso | |
parent | sys-fs/fuseiso: revbump for security patches (diff) | |
download | gentoo-0fa0186b07af75e7612f5b33f85f5f7d745d9496.tar.gz gentoo-0fa0186b07af75e7612f5b33f85f5f7d745d9496.tar.bz2 gentoo-0fa0186b07af75e7612f5b33f85f5f7d745d9496.zip |
sys-fs/fuseiso: add links to patch origins
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
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> |