dynamic_debug: replace strcpy with strlcpy, in ddebug_setup_query()
authorJim Cromie <jim.cromie@gmail.com>
Mon, 19 Dec 2011 22:12:29 +0000 (17:12 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 24 Jan 2012 20:46:45 +0000 (12:46 -0800)
Replace strcpy with strlcpy, and add define for the size constant.

[jbaron@redhat.com: Use DDEBUG_STRING_SIZE for overflow check]
Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found