Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Previous commit resolves:
details: https://anonhg.NetBSD.org/src/rev/4c801fc49e8a
branches: trunk
changeset: 1007681:4c801fc49e8a
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Tue Feb 25 19:34:37 2020 +0000
description:
Previous commit resolves:
netbsd boot error: panic: ASan: Unauthorized Access In ADDR: Addr
ADDR [8 bytes, read, PoolUseAfterFree]
Reported-by: syzbot+43111d810160fb4b978b%syzkaller.appspotmail.com@localhost
diffstat:
sys/kern/subr_autoconf.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 36c29da41c97 -r 4c801fc49e8a sys/kern/subr_autoconf.c
--- a/sys/kern/subr_autoconf.c Tue Feb 25 19:14:05 2020 +0000
+++ b/sys/kern/subr_autoconf.c Tue Feb 25 19:34:37 2020 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index