You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2009/08/05 22:39:43 UTC

DO NOT REPLY [Bug 47650] New: httxt2dbm calculates value size incorrectly

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: bugs@httpd.apache.org
        ReportedBy: jon@buckybox.com


--- Comment #0 from jon@buckybox.com 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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 47650] httxt2dbm calculates value size incorrectly

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47650

Christophe JAILLET <ch...@wanadoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk

--- Comment #2 from Christophe JAILLET <ch...@wanadoo.fr> ---
Better late than never...

... so thanks for this report.
This has been fixed on trunk

http://svn.apache.org/viewvc?diff_format=h&view=revision&revision=1422135

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 47650] httxt2dbm calculates value size incorrectly

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47650

--- Comment #3 from Christophe JAILLET <ch...@wanadoo.fr> ---
and will be available in 2.4.4.

http://svn.apache.org/viewvc?view=revision&revision=1430298

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 47650] httxt2dbm calculates value size incorrectly

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47650

Stefan Fritsch <sf...@sfritsch.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Stefan Fritsch <sf...@sfritsch.de> ---
fixed in 2.4.4

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47650] httxt2dbm calculates value size incorrectly

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47650



--- Comment #1 from Andy <an...@yahoo.com> 2009-08-07 00:20:50 BST ---
I have made the changes to the httxt2dmb.c file as described by Jon and now it
needs testing... This is my first patch do i check it in to CVS and if so where
does it needs to go to be unit tested,
Thanks for your help guys

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org