]> git.proxmox.com Git - mirror_ovs.git/commit
ipf: Do not preallocate more than needed.
authorDarrell Ball <dlu998@gmail.com>
Wed, 20 Feb 2019 16:17:15 +0000 (08:17 -0800)
committerBen Pfaff <blp@ovn.org>
Fri, 22 Feb 2019 22:08:05 +0000 (14:08 -0800)
commite53213365aa4ba553ca141a99b4c23a45ce15317
tree65f4e2becb651ec686962841a623bb871358d1c8
parent6efa20f2e5d5473bd50e2d7733d973c281b44b53
ipf: Do not preallocate more than needed.

ipf_reassemble_v4_frags() and ipf_reassemble_v6_frags() are
preallocating more than needed for the reassembled packet.

Signed-off-by: Darrell Ball <dlu998@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/ipf.c