Module Name: src Committed By: ozaki-r Date: Thu Feb 15 04:27:24 UTC 2018
Modified Files: src/sys/netipsec: xform_ah.c Log Message: Fix kernel panic (assertion failure) on receiving an IPv6 packet with large options If an IPv6 packet has large options, a necessary space for evacuation can exceed the expected size (ah_pool_item_size). Give up using the pool_cache if it happens. Pointed out by maxv@ To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/netipsec/xform_ah.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.