Module Name: src Committed By: maxv Date: Fri Apr 27 09:02:16 UTC 2018
Modified Files: src/sys/netinet6: icmp6.c Log Message: Fix a bug introduced in rev1.154 (2009). mcl_cache still has a size of MCLBYTES, so the area allocated is still too small. I think it should have been MEXTMALLOC, and of course I can't test my change. To generate a diff of this commit: cvs rdiff -u -r1.232 -r1.233 src/sys/netinet6/icmp6.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.