commit | adb4b83c12f9d966ea3478aa14c60511467c9916 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Mon Mar 15 07:28:00 2010 -0500 |
committer | Jason Wessel <jason.wessel@windriver.com> | Fri Mar 25 16:37:30 2011 -0500 |
tree | b9dd2efee119cc6f053ffa6fb50a3d336e5e3dfb | |
parent | 521cb40b0c44418a4fd36dc633f575813d59a43d [diff] |
kgdboc,kgdbts: strlen() doesn't count the terminator This is an off by one because strlen() doesn't count the null terminator. We strcpy() these strings into an array of size MAX_CONFIG_LEN. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Jason Wessel <jason.wessel@windriver.com>