Ticket #484 (closed Bug report: wontfix)
httpd content using ACL preload will segfault in libhttpd/api.c
Reported by: | tj@… | Owned by: | |
---|---|---|---|
Priority: | lowest | Milestone: | Not yet assigned to a Milestone |
Component: | Gateway | Version: | |
Keywords: | Cc: |
Description
Line 979 of libhttpd/api.c being
if ((entry->preload)(server) < 0)
should be
if ((entry->preload)(server, r) < 0)
This has no effect on the current standard codebase since there is no preload function defined, and it doesn't appear that ACL's in libhttpd are even utilized by wifidog. However, for others that may use this feature in a custom build or for future development reference I figure this may be worthwhile to report.
Change History
Note: See
TracTickets for help on using
tickets.