summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@ozlabs.org>2021-07-19 17:41:09 +1000
committerPaul Mackerras <paulus@ozlabs.org>2021-07-19 17:41:09 +1000
commit9c7ba0d42dee5e3f84ecb6e4fcdbefc6c1cd965c (patch)
tree90760d00a5d1795edbb9d306dd87b12a364ebf18 /Makefile.am
parent919b28b82f08d7552e2f0febb715ddce6f7208d4 (diff)
downloadppp-9c7ba0d42dee5e3f84ecb6e4fcdbefc6c1cd965c.tar.gz
chat: Clean up usage of clean() function
In a couple of places, we were calling clean(), which does environment variable substitution among other things, but then using the original string not the "cleaned" string when logging a message about what we're doing. Also, this removes a couple of checks that the "cleaned" string is not longer than the original string, which date back to the first version of the code checked into CVS. Those checks were appropriate before environment variable substitution was added in commit eaca954c2d4a ("add -E option to use environment variables, from Andreas Arens") and dynamic reallocation of the result buffer was added in commit 86dd2eec100d ("clean(): Fix buffer overflow.") but are no longer necessary. These changes were prompted by github issue #294 and redhat bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=1650539 Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions