--- - branch: MAIN date: Sun Feb 24 08:02:45 UTC 2019 files: - new: '1.76' old: '1.75' path: src/sys/arch/amd64/conf/Makefile.amd64 pathrev: src/sys/arch/amd64/conf/Makefile.amd64@1.76 type: modified - new: '1.4' old: '1.3' path: src/sys/kern/subr_asan.c pathrev: src/sys/kern/subr_asan.c@1.4 type: modified id: 20190224T080245Z.b27c632b810521a9edd2cd5df6d6fb503ee34b55 log: | Add support for use-after-scope detection in KASAN. It is available since GCC7, and we have GCC7 by default now. Slightly reorder the code, and remove a duplicated KASSERT too. Tested on amd64-KASAN. Not yet enabled on aarch64-KASAN, but it should work as-is. module: src subject: 'CVS commit: src/sys' unixtime: '1550995365' user: maxv