dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/dgrp
Yuanhan Liu 7defac36db staging: dgrp: fix potential NULL defereference issue
Fix a coccinelle warning catched by Fengguang's 0-DAY system:
+ drivers/staging/dgrp/dgrp_net_ops.c:1061:11-27: ERROR: nd is NULL but dereferenced.

Put the "done:" label a bit down would solve this issue.

Cc: Fengguang Wu <fengguang.wu@intel.com>
Cc: Julia Lawall <julia.lawall@lip6.fr>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-10-29 15:01:02 -07:00
..
Kconfig
Makefile
README
TODO
dgrp_common.c userns: Fix build of drivers/staging/dgrp 2012-10-03 09:52:08 -07:00
dgrp_common.h
dgrp_dpa_ops.c staging: dgrp: fix some warnings 2012-10-22 15:44:30 -07:00
dgrp_driver.c
dgrp_mon_ops.c staging: serial: dgrp: Add missing #include <linux/uaccess.h> 2012-10-05 09:26:02 -07:00
dgrp_net_ops.c staging: dgrp: fix potential NULL defereference issue 2012-10-29 15:01:02 -07:00
dgrp_ports_ops.c
dgrp_specproc.c staging: dgrp: check for NULL pointer in (un)register_proc_table 2012-10-17 14:10:10 -07:00
dgrp_sysfs.c staging: remove version.h include from dgrp/dgrp_sysfs.c 2012-10-22 15:55:33 -07:00
dgrp_tty.c staging: dgrp: check return value of alloc_tty_driver 2012-10-17 14:10:10 -07:00
digirp.h
drp.h

README

The user space code to work with this driver is located at
https://github.com/wfp5p/dgrp-utils