Fix decoding of base64. We got the length wrong when the result was not
authorVolker Lendecke <vlendec@samba.org>
Fri, 23 Jan 2004 12:04:07 +0000 (12:04 +0000)
committerVolker Lendecke <vlendec@samba.org>
Fri, 23 Jan 2004 12:04:07 +0000 (12:04 +0000)
commit6d22f0d8c36bea618ad0adf4eefc2f5a37cb3fda
tree6699ab857f86646ab16543529a2c744264e1db5e
parentaca07f33a2f3cca48b44ac92d3b1b35592ffadc7
Fix decoding of base64. We got the length wrong when the result was not
an exact multiple of 3.

I also wrote a torture test and it survived some minutes of random stuff
coded/decoded up to 16 MB data. But that would be a bit too embarassing to
commit... :-)

Volker
source/lib/util_str.c