Package: ndisc6 / 1.0.8-1
Metadata
Package | Version | Patches format |
---|---|---|
ndisc6 | 1.0.8-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
resolvconf rdnssd hook.patch | (download) |
rdnss/merge-hook.in |
9 7 + 2 - 0 ! |
this is the diff from version 1.0.1-2, converted to quilt patch |
reproducible build.patch | (download) |
rdnss/rdnssd.c |
2 0 + 2 - 0 ! |
we should not really care about the build date or the build host |
Fix potential integer overflow in parsednssl.patch | (download) |
src/ndisc.c |
2 1 + 1 - 0 ! |
[patch] fix potential integer overflow in parsednssl() MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit optlen is a uint8_t because the length field in the RA header is one octet (representing the length in units of 8 octets). Later optlen is multiplied by 8 to represent the length in bytes, meaning that the variable can overflow. Signed-off-by: David Hrdeman <david@hardeman.nu> Signed-off-by: Rmi Denis-Courmont <remi@remlab.net> |
1