https://bz.apache.org/bugzilla/show_bug.cgi?id=69999

            Bug ID: 69999
           Summary: main/ms_wdv.c - Possible bug in mswdv_urlencode() for
                    hex nibble conversion
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: mod_dav
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Function mswdv_urlencode() at lines 104-105

Possibly the condition "> 10" should be ">= 10" for hex nibble conversion. When
a nibble is exactly 10 (hex > 'A'), you get ':' (ASCII 58) instead of 'A'.

If unfixed, this possibly produces garbled percent-encoding.

-- 
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