diff options
author | Benjamin Gray <[email protected]> | 2022-11-28 15:19:43 +1100 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2022-12-02 18:04:27 +1100 |
commit | 94ba4f2c33f42dae7813dc169a177e922a39560c (patch) | |
tree | 575b97fcb0ebaa8db09dfff603b7f91634892535 /net/lapb/lapb_timer.c | |
parent | aecfd680099ba518c34dff2941017c5aa97def52 (diff) |
selftests/powerpc: Add ptrace setup_core_pattern() null-terminator
- malloc() does not zero the buffer,
- fread() does not null-terminate it's output,
- `cat /proc/sys/kernel/core_pattern | hexdump -C` shows the file is
not inherently null-terminated
So using string operations on the buffer is risky. Explicitly add a null
character to the end to make it safer.
Signed-off-by: Benjamin Gray <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions