]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r213814: Do not assume in growstackstr() that a "precious" character
authorobrien <obrien@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 21 Oct 2010 23:45:57 +0000 (23:45 +0000)
committerobrien <obrien@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 21 Oct 2010 23:45:57 +0000 (23:45 +0000)
commit3a00851667c5b487eb0e355f295f3e2a132d8974
tree1ab1939b301d7066d6d7be6c00f7c8c30cd5f9b0
parentae9a77137fc343b52f6151b9af2bb7b6c0011c80
MFC r213814: Do not assume in growstackstr() that a "precious" character
will be immediately written into the stack after the call.  Instead let
the caller manage the "space left".

git-svn-id: svn://svn.freebsd.org/base/stable/8@214190 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
bin/sh/histedit.c
bin/sh/memalloc.c
bin/sh/memalloc.h
tools/regression/bin/sh/expansion/trim4.0 [new file with mode: 0644]