]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r317912: sh: Fix INTOFF leak after a builtin with different locale
authorjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 1 Jul 2017 12:57:00 +0000 (12:57 +0000)
committerjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 1 Jul 2017 12:57:00 +0000 (12:57 +0000)
commitd1bf2d7f0f4a83eba7bf42d447e09663b3e38732
tree3950d16e138e428f1fcaecd6552463f3807e60a6
parentf40740a51e97141b1713f90e72b8fcc356e596f4
MFC r317912: sh: Fix INTOFF leak after a builtin with different locale
settings.

After executing a builtin with different locale settings such as
  LC_ALL=C true
SIGINT handling was left disabled indefinitely.

git-svn-id: svn://svn.freebsd.org/base/stable/10@320531 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
bin/sh/tests/builtins/Makefile
bin/sh/tests/builtins/locale2.0 [new file with mode: 0644]
bin/sh/var.c