diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2020-02-17 15:27:41 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2020-02-17 15:59:44 +0100 |
commit | b0d2dc7d62f6dea67b82e451510fa77243b4c60c (patch) | |
tree | 163ee1a1459a707e0a678e7e5dcb853405413138 /shell/ash_test/ash-signals/continue_and_trap1.tests | |
parent | c55847fedbc3cbc10f2558c5449d8635f318ce49 (diff) | |
download | busybox-b0d2dc7d62f6dea67b82e451510fa77243b4c60c.tar.gz |
ash: exec: Do not allocate stack string in padvance
Upstream commit:
Date: Sat, 19 May 2018 02:39:48 +0800
exec: Do not allocate stack string in padvance
Many callers of padvance immediately free the allocated string
so this patch moves the stalloc call to the caller. Instead of
returning the allocated string, padvance now returns the length
to allocate (this may be longer than the actual string length,
even including the NUL). For the case where we would previously
return NULL, we now return -1.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash_test/ash-signals/continue_and_trap1.tests')
0 files changed, 0 insertions, 0 deletions