diff options
| author | Stefan Weil <[email protected]> | 2011-01-30 10:31:26 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2011-02-01 14:17:51 -0800 |
| commit | a29ae23f687649c35b1520a8f986497637a0cc62 (patch) | |
| tree | 23590d84873e98c1eef7ca50e5d78bd3ad4b2f6e /include/linux/timerqueue.h | |
| parent | d9c8f498c3b41e686d3306dcf01d95941fcc6b48 (diff) | |
isdn: icn: Fix potentially wrong string handling
This warning was reported by cppcheck:
drivers/isdn/icn/icn.c:1641: error: Dangerous usage of 'rev' (strncpy doesn't always 0-terminate it)
If strncpy copied 20 bytes, the destination string rev was not terminated.
The patch adds one more byte to rev and makes sure that this byte is
always 0.
Cc: Karsten Keil <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: Tejun Heo <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions