Re: [PATCH 14/14] HID: check for NULL field when setting values

2013-09-04 Thread Jiri Kosina
On Wed, 28 Aug 2013, Jiri Kosina wrote: From: Kees Cook keesc...@chromium.org Defensively check that the field to be worked on is not NULL. Applied. Signed-off-by: Kees Cook keesc...@chromium.org Cc: sta...@kernel.org --- drivers/hid/hid-core.c |7 ++- 1 file changed, 6

Re: [PATCH 14/14] HID: check for NULL field when setting values

2013-08-28 Thread Kees Cook
On Wed, Aug 28, 2013 at 1:32 PM, Jiri Kosina jkos...@suse.cz wrote: On Wed, 28 Aug 2013, Jiri Kosina wrote: From: Kees Cook keesc...@chromium.org Defensively check that the field to be worked on is not NULL. Signed-off-by: Kees Cook keesc...@chromium.org Cc: sta...@kernel.org ---