summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/apply (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix .CURDIR to run with obj directory.bluhm2018-04-011-13/+13
| | | | | | Avoid useless sub shell in make command. Be more verbose as such tests are easier to debug. Use absolute path by default to see which apply is tested.
* Fix possibly wrong execution of commands and out of boundary write withtobias2018-03-278-0/+68
unusual input. Correction and regression tests based on FreeBSD bin/95079. While at it, fix another segmentation fault when using ' ' as magic character and also disallow '\0' as magic character. This cannot make any sense and avoids a theoretical out of boundary read. ok tb@