Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/sbus spl leak, found by Mootja a long time ago
details: https://anonhg.NetBSD.org/src/rev/a87df10d4247
branches: trunk
changeset: 354682:a87df10d4247
user: maxv <maxv%NetBSD.org@localhost>
date: Sun Jun 25 12:02:59 2017 +0000
description:
spl leak, found by Mootja a long time ago
diffstat:
sys/dev/sbus/be.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 73c9c1edb06c -r a87df10d4247 sys/dev/sbus/be.c
--- a/sys/dev/sbus/be.c Sun Jun 25 10:28:22 2017 +0000
+++ b/sys/dev/sbus/be.c Sun Jun 25 12:02:59 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: be.c,v 1.85 2016/12/15 09:28:06 ozaki-r Exp $ */
+/* $NetBSD: be.c,v 1.86 2017/06/25 12:02:59 maxv Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: be.c,v 1.85 2016/12/15 09:28:06 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: be.c,v 1.86 2017/06/25 12:02:59 maxv Exp $");
#include "opt_ddb.h"
#include "opt_inet.h"
@@ -1119,6 +1119,7 @@
callout_reset(&sc->sc_tick_ch, hz, be_tick, sc);
+ splx(s);
return 0;
out:
splx(s);
Home |
Main Index |
Thread Index |
Old Index