[Bug 66286] Replace ap_pbase64decode with apr_pbase64_decode

2022-09-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66286 --- Comment #1 from Tobias Nießen --- Created attachment 38395 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38395&action=edit patch v1 -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 66286] Replace ap_pbase64decode with apr_pbase64_decode

2022-09-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66286 Tobias Nießen changed: What|Removed |Added Keywords||PatchAvailable -- You are receiving t

[Bug 66286] Replace ap_pbase64decode with apr_pbase64_decode

2022-09-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66286 --- Comment #2 from Eric Covener --- as you said, removing the function would be a breaking change to compiled modules and even ones that were re-compiled since they'd still have those references. We'd avoid those as they are not backportable