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

            Bug ID: 66286
           Summary: Replace ap_pbase64decode with apr_pbase64_decode
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Core
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

ap_pbase64decode does exactly the same as apr_pbase64_decode and can likely be
replaced by it. However, I am new to the httpd code (this is my first small
patch) and I don't know if compiled modules might rely on the existence of
ap_pbase64decode, so I am suggesting to replace the function body of
ap_pbase64decode with a call to apr_pbase64_decode for now. If someone more
experienced determines that it is safe to remove ap_pbase64decode and to update
call sites within httpd to use apr_pbase64_decode, I'd be glad to update the
patch.

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