lkml.org 
[lkml]   [2012]   [Aug]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subjecta few strncpy-related patches
Date
I've seen a few too many cases of strncpy misuse.
Looking through linux sources, I spotted/fixed these:

[PATCH] ACPI: remove unwarranted use of strncpy
[PATCH] fs/9p: avoid debug OOPS when reading a long symlink
[PATCH] kmemleak: avoid buffer overrun: NUL-terminate strncpy-copied
[PATCH] bfa: avoid buffer overrun for 12-byte model name
[PATCH] cifs: remove misleading strncpy: each name has length < 16

drivers/acpi/sysfs.c | 3 +--
drivers/scsi/bfa/bfa_fcs.c | 1 +
fs/9p/vfs_inode.c | 8 ++++----
fs/cifs/cifssmb.c | 6 ++++--
mm/kmemleak.c | 1 +
5 files changed, 11 insertions(+), 8 deletions(-)


\
 
 \ /
  Last update: 2012-08-20 20:01    [W:0.217 / U:0.208 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site