Module Name: src
Committed By: maxv
Date: Mon Feb 11 11:12:58 UTC 2019
Modified Files:
src/sys/kern: subr_pool.c
Log Message:
Fix previous, pr_size includes the KASAN redzone. Repurpose pr_reqsize and
use it for PR_ZERO, it holds the size requested by the user with no padding
or redzone added, and only these bytes should be zeroed.
To generate a diff of this commit:
cvs rdiff -u -r1.232 -r1.233 src/sys/kern/subr_pool.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.