5
0
mirror of git://git.proxmox.com/git/pve-firewall.git synced 2025-03-06 00:58:15 +03:00
Mira Limbeck 98bd53b6dc fix #2178: endless loop on ipv6 extension headers
increment header and decrement payload size by the extensions size. the
length calculation is different for some extensions. in our case only
IPPROTO_FRAGMENT requires a different size calculation than the rest. in
addition 'proto' is now set in the loop when advancing from an
extension header. it moves on to the next extension or protocol now
instead of looping on the same 'proto' while advancing the payload.

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
2019-04-18 13:24:16 +02:00
2019-04-02 11:18:30 +02:00
2019-04-02 11:18:30 +02:00
Description
No description provided
1.1 MiB
Languages
Perl 87.8%
C 10.6%
Makefile 1.6%