diff options
author | 2011-01-13 23:36:53 +0000 | |
---|---|---|
committer | 2011-01-13 23:36:53 +0000 | |
commit | 5031a75fc0e40053f39d90ba417f2e958e37099d (patch) | |
tree | b5e9fc39b7f5d5f55593f0114e7b297567cd03e1 /lib/libc/stdlib | |
parent | if the BIOS tells us to suspend at the same time that we notice a lid (diff) | |
download | wireguard-openbsd-5031a75fc0e40053f39d90ba417f2e958e37099d.tar.xz wireguard-openbsd-5031a75fc0e40053f39d90ba417f2e958e37099d.zip |
In frag6_input() there was an mbuf length calculation error. If
you want to move "offset" bytes forward by "sizeof(struct ip6_frag)"
bytes within an mbuf, you must have at least "offset + sizeof(struct
ip6_frag)" bytes space in that mbuf.
Fix from KAME, FreeBSD also has it.
ok claudio@ markus@
Diffstat (limited to 'lib/libc/stdlib')
0 files changed, 0 insertions, 0 deletions