CVS commit: src/bin/sh

"Robert Elz" <[email protected]> Wed, 5 Aug 2026 15:43:16 +0000
Newsgroups gmane.os.netbsd.devel.cvs
Message-ID <[email protected]>
Module Name:	src
Committed By:	kre
Date:		Wed Aug  5 15:43:16 UTC 2026

Modified Files:
	src/bin/sh: trap.c

Log Message:
/bin/sh - trap.c - add missing line from previous

Somehow, some cretin forgot to add a required line to the
change to avoid lost memory.

Weirdly, it seems the only observed effect was a particularly odd
ATF test of use of the (no-one ever uses it like that) -n option.
It really could have been much worse than that.   You don't want
to be missing this fix.


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/bin/sh/trap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.