Module Name:    src
Committed By:   bouyer
Date:           Tue May 30 13:33:16 UTC 2017

Modified Files:
        src/sys/netcan: can_pcb.c

Log Message:
Forced commit for previous (1.2) rev commit message:
don't dereference a NULL pointer in can_setsockaddr() if we didn't bind
to an interface.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/netcan/can_pcb.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/netcan/can_pcb.c
diff -u src/sys/netcan/can_pcb.c:1.3 src/sys/netcan/can_pcb.c:1.4
--- src/sys/netcan/can_pcb.c:1.3	Tue May 30 13:30:51 2017
+++ src/sys/netcan/can_pcb.c	Tue May 30 13:33:16 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: can_pcb.c,v 1.3 2017/05/30 13:30:51 bouyer Exp $	*/
+/*	$NetBSD: can_pcb.c,v 1.4 2017/05/30 13:33:16 bouyer Exp $	*/
 
 /*-
  * Copyright (c) 2003, 2017 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: can_pcb.c,v 1.3 2017/05/30 13:30:51 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: can_pcb.c,v 1.4 2017/05/30 13:33:16 bouyer Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>

Reply via email to