Ticket #826 (closed defect: fixed)
name_max default should be 255 and not 256
| Reported by: | raphael.huck@… | Owned by: | jan |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Version: | 1.4.x-svn |
| Severity: | normal | Keywords: | |
| Cc: | Blocked By: | ||
| Need User Feedback: | Blocking: |
Description
http://trac.lighttpd.net/trac/browser/tags/lighttpd-1.4.11/src/mod_dirlisting.c#L606 name_max = 256; /* stupid default */
This default should be 255 (as found in limits.h).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

