diff options
author | Ron Yorston <rmy@pobox.com> | 2023-12-31 14:20:21 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-12-31 14:20:21 +0000 |
commit | 0c7ddaef584c59c8c00ba5a6d9a426ad4ca61515 (patch) | |
tree | 85dd0c39f6524a825db1285f027979af26544882 /shell | |
parent | 62c3c07d04a8e48ce221fe84fd73e2fefb94c760 (diff) | |
download | busybox-w32-0c7ddaef584c59c8c00ba5a6d9a426ad4ca61515.tar.gz busybox-w32-0c7ddaef584c59c8c00ba5a6d9a426ad4ca61515.tar.bz2 busybox-w32-0c7ddaef584c59c8c00ba5a6d9a426ad4ca61515.zip |
httpd: consistently leak memory, or not
create_detached_process() is only used when running a CGI script.
Previously it leaked the return values from quote_arg() but freed
the command line it built.
Whether or not the CGI script is successfully run its parent process
exits almost immediately, so there's no pressing need to free the
memory. If FEATURE_CLEAN_UP is disabled (which it is by default)
don't bother.
Saves 16 bytes.
Diffstat (limited to 'shell')
0 files changed, 0 insertions, 0 deletions