Age | Commit message (Collapse) | Author |
|
AOSP doesn't need -a specifically, but since it's needed for -s we may
as well accept it too.
|
|
check in two converted commands.
|
|
When passed an empty string, glibc's basename() returns a pointer to the
string "." in read-only memory. If an empty suffix is given, it fits
the condition of being shorter than the path, so we try to overwrite the
null byte and crash. Fix this by just ignoring empty suffixes; they
don't do anything anyway.
|
|
|
|
and make ctrl-c kill "make test" more reliably.
|