Module Name: src
Committed By: jdolecek
Date: Tue Feb 25 19:34:37 UTC 2020
Modified Files:
src/sys/kern: subr_autoconf.c
Log Message:
Previous commit resolves:
netbsd boot error: panic: ASan: Unauthorized Access In ADDR: Addr
ADDR [8 bytes, read, PoolUseAfterFree]
Reported-by: [email protected]
To generate a diff of this commit:
cvs rdiff -u -r1.267 -r1.268 src/sys/kern/subr_autoconf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/kern/subr_autoconf.c
diff -u src/sys/kern/subr_autoconf.c:1.267 src/sys/kern/subr_autoconf.c:1.268
--- src/sys/kern/subr_autoconf.c:1.267 Tue Feb 25 19:14:05 2020
+++ src/sys/kern/subr_autoconf.c Tue Feb 25 19:34:37 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_autoconf.c,v 1.267 2020/02/25 19:14:05 jdolecek Exp $ */
+/* $NetBSD: subr_autoconf.c,v 1.268 2020/02/25 19:34:37 jdolecek Exp $ */
/*
* Copyright (c) 1996, 2000 Christopher G. Demetriou
@@ -77,7 +77,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_autoconf.c,v 1.267 2020/02/25 19:14:05 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_autoconf.c,v 1.268 2020/02/25 19:34:37 jdolecek Exp $");
#ifdef _KERNEL_OPT
#include "opt_ddb.h"