summaryrefslogtreecommitdiff
path: root/server/apreq_parser_header.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
* Sync r1895054 from libapreq.Yann Ylavic2021-11-151-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895055 13f79535-47bb-0310-9956-ffa450edef68
* apreq: Sync r1894977 from libapreq.Yann Ylavic2021-11-121-86/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894978 13f79535-47bb-0310-9956-ffa450edef68
* apreq: Sync r1894940 from libapreq.Yann Ylavic2021-11-111-29/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894941 13f79535-47bb-0310-9956-ffa450edef68
* apreq: Sync latest changes from lib apreq.Yann Ylavic2021-11-111-61/+156
| | | | | | | r1867789, r1894935 and r1894937. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894939 13f79535-47bb-0310-9956-ffa450edef68
* value never used: dead assignmentJim Jagielski2011-11-211-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1204558 13f79535-47bb-0310-9956-ffa450edef68
* As discussed at AC NA 2011Philip M. Gollucci2011-11-131-0/+365
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