Ticket #484 (closed Bug report: wontfix)

Opened 4 months ago

Last modified 2 months ago

httpd content using ACL preload will segfault in libhttpd/api.c

Reported by: tj@t3technet.com Assigned to:
Priority: lowest Milestone: Not yet assigned to a Milestone
Component: Gateway 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.

Attachments

Change History

09/30/08 05:42:26 changed by wichert

  • status changed from new to closed.
  • resolution set to wontfix.

I just checked the official libhttpd soucrces and they do not support an extra r parameter either.


Add/Change #484 (httpd content using ACL preload will segfault in libhttpd/api.c)




Action