]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sh: Rework code to remove '\0' from shell input.
authorJilles Tjoelker <jilles@FreeBSD.org>
Fri, 19 Feb 2016 21:53:12 +0000 (21:53 +0000)
committerJilles Tjoelker <jilles@FreeBSD.org>
Fri, 19 Feb 2016 21:53:12 +0000 (21:53 +0000)
commitdcd95d8a010c87b954128824c40a6cb3b28a3688
tree364d164003fdb849c6de6c7622e31b279a793585
parent34b133bcd50a6c2e2dbb59817323d97007e122ba
sh: Rework code to remove '\0' from shell input.

This fixes bugs where '\0' was not removed correctly and speeds up the
parser.
bin/sh/input.c
bin/sh/tests/parser/Makefile
bin/sh/tests/parser/nul1.0 [new file with mode: 0644]