Module Name: src Committed By: maxv Date: Sat May 4 17:19:10 UTC 2019
Modified Files: src/sys/kern: subr_asan.c Log Message: Rewrite kasan_mark() to fix a still existing race in pool_cache_get_paddr() that could cause false positives. Now a buffer initially valid remains valid, with no invalid->valid dance. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/kern/subr_asan.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.