commit | 9814a8750e7af236030c237a98bba79f5eb3c214 | [log] [tgz] |
---|---|---|
author | Chen Gang <gang.chen@asianux.com> | Mon Jan 21 17:35:00 2013 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jan 21 14:00:10 2013 -0800 |
tree | 3ccc5ae423dda76f2a2494e464353ad946b9c1f8 | |
parent | ec7e0aef31e2eece787f7c49df1f031f2a983265 [diff] |
staging: tidspbridge/pmgr: use strlcpy instead of strncpy The fields must be null-terminated, or next strcpy in dbll_find_dsp_symbol, will cause issue additoinal info: dbll_find_dsp_symbol call find_symbol_callback to get name. and then call strcpy to copy the name to upper caller. 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>