kernel-fxtec-pro1x/drivers/staging/tidspbridge
Chen Gang ec7e0aef31 staging: tidspbridge/pmgr: additional checking after return from strlen_user
strlen_user will return the length including final NUL.
    and will return 0 if failed (for example: if user string not NUL terminated)

  so need check whether it is an invalid parameter.

addtional info:
  can reference the comments of strlen_user in lib/strnlen_user.c

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Cc: Omar Ramirez Luna <omar.ramirez@copitl.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-01-21 14:00:10 -08:00
..
core staging: tidspbridge: use scm functions to set boot address and mode 2013-01-17 16:47:13 -08:00
Documentation staging: tidspbridge: Fix typos. 2012-08-13 19:06:59 -07:00
dynload staging: tidspbridge: dynload: reloc.c: checkpatch.pl cleanup 2012-11-13 13:10:39 -08:00
gen staging: tidspbridge: eliminate uuid_uuid_to_string 2012-08-13 19:06:59 -07:00
hw staging: tidspbridge: delete unused mmu functions 2012-10-24 16:31:32 -07:00
include/dspbridge staging: tidspbridge: remove unused code to handle iva_img 2013-01-17 16:47:13 -08:00
pmgr staging: tidspbridge/pmgr: additional checking after return from strlen_user 2013-01-21 14:00:10 -08:00
rmgr staging: tidspbridge: remove unused code to handle iva_img 2013-01-17 16:47:13 -08:00
Kconfig staging: tidspbridge: always compile dsp wdt code 2012-02-24 12:05:38 -08:00
Makefile staging: tidspbridge: Rename module from bridgedriver to tidspbridge 2012-02-09 09:37:11 -08:00
TODO