mirror of
https://github.com/torvalds/linux.git
synced 2025-11-07 20:19:47 +02:00
We allocate "len" number of chars so we should put the NUL at "len - 1" to avoid corrupting memory. Btw, strlen_user() is different from the normal strlen() function because it includes NUL terminator in the count. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Helge Deller <deller@gmx.de> |
||
|---|---|---|
| .. | ||
| entry_hpux.S | ||
| fs.c | ||
| gate.S | ||
| ioctl.c | ||
| Makefile | ||
| sys_hpux.c | ||
| wrappers.S | ||