summaryrefslogtreecommitdiff
path: root/server/apreq_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix possible NULL pointer dereference casued by apreq_param_make()Giovanni Bechis2023-04-051-0/+2
| | | | | | | | | | | | | | | The function apreq_param_make() will return NULL on failure. However NULL check are forgetten before derenference, which could lead to NULL pointer dereference. Adding NULL check to all use of apreq_param_make(). Submitted by: Zhou Qingyang <zhou1615@umn.edu> Github: closes #303 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908981 13f79535-47bb-0310-9956-ffa450edef68
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876599 13f79535-47bb-0310-9956-ffa450edef68
* Silence a sparse warning about inconsistent indenting + some minor style issuesChristophe Jaillet2015-08-311-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1700335 13f79535-47bb-0310-9956-ffa450edef68
* bug here in that the hook ptr fu is busted so we needJoe Schaefer2012-04-291-1/+1
| | | | | | | to ensure only the first matching param sets ctx->param git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331862 13f79535-47bb-0310-9956-ffa450edef68
* As discussed at AC NA 2011Philip M. Gollucci2011-11-131-0/+356
o relocate srclib/libapreq/library/*.c -> server/apreq_${f}.c o relocate srclib/libapreq/include/*.h -> include/*.h o remove apreq_version.[hc] related stuff since its nolonger its own lib o connect modules/apreq to the build under 'most' default comment out in httpd.conf o update make_exports.awk to handle APREQ marcos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201372 13f79535-47bb-0310-9956-ffa450edef68