aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2023-12-31 14:20:21 +0000
committerRon Yorston <rmy@pobox.com>2023-12-31 14:20:21 +0000
commit0c7ddaef584c59c8c00ba5a6d9a426ad4ca61515 (patch)
tree85dd0c39f6524a825db1285f027979af26544882 /README
parent62c3c07d04a8e48ce221fe84fd73e2fefb94c760 (diff)
downloadbusybox-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 'README')
0 files changed, 0 insertions, 0 deletions