https://issues.apache.org/bugzilla/show_bug.cgi?id=47650

           Summary: httxt2dbm calculates value size incorrectly
           Product: Apache httpd-2
           Version: 2.3-HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: support
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from [email protected] 2009-08-05 13:39:43 PDT ---
On line 157 of /httpd/httpd/trunk/support/httxt2dbm.c, dbmval.dsize = (c -
line); should be dbmval.dsize = (c - value);, matching the allocated space in
the preceeding line.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to