pgrep: prevent buffer overflow in opts
Recent commit 9742c74e7c
("pgrep: Enable case-insensitive process matching")
caused the "opts" string to overflow the show 32-character space allocated for
it.
Bump it up to 64 bytes, which should be enough even if more options are added.
Tested: Running ./pgrep stopped crashing and `make check` passed.
Signed-off-by: Filipe Brandenburger <filbranden@google.com>
This commit is contained in:
parent
2753a8f3db
commit
e566680254
Loading…
Reference in New Issue
Block a user