CVS commit: [netbsd-11] src/libexec/httpd
"Martin Husemann" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: martin Date: Fri May 8 19:48:27 UTC 2026 Modified Files: src/libexec/httpd [netbsd-11]: CHANGES bozohttpd.8 bozohttpd.c tilde-luzah-bozo.c Log Message: Pull up following revision(s) (requested by mrg in ticket #282): libexec/httpd/bozohttpd.c: revision 1.153 libexec/httpd/bozohttpd.c: revision 1.154 libexec/httpd/CHANGES: revision 1.58 libexec/httpd/tilde-luzah-bozo.c: revision 1.17 libexec/httpd/bozohttpd.8: revision 1.102 Fix double free of hr_file (later handled by bozo_clean_request()) Also hr_file_free should be used for free(3) (it fixes "//~user/" case in which hr_file points to the last slash in the prefix). Fix minor memory leak bump version for last 2 memory fixes. To generate a diff of this commit: cvs rdiff -u -r1.56.4.1 -r1.56.4.2 src/libexec/httpd/CHANGES cvs rdiff -u -r1.100.2.1 -r1.100.2.2 src/libexec/httpd/bozohttpd.8 cvs rdiff -u -r1.149.2.1 -r1.149.2.2 src/libexec/httpd/bozohttpd.c cvs rdiff -u -r1.16 -r1.16.14.1 src/libexec/httpd/tilde-luzah-bozo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.