On Thu, Nov 19, 2015 at 10:14 AM, Dirk-Willem van Gulik <[email protected]> wrote: > > Alternatively one could use > _decode_binary() in which case above terminator is absolutely needed. There > is no _binary_len().
Or use apr_pbase64_decode(pool, in) for clarity. (Even though it also consumes one extra byte, could be optimized in APR...) Regards, Yann.
