Fix from Volker. Fix a segfault in base64_encode_data_blob
commita33dcc6ac77a26e6b88cc2ff5cca93e20019df76
authorJeremy Allison <jra@samba.org>
Thu, 10 Jul 2008 17:05:00 +0000 (10 10:05 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 10 Jul 2008 17:05:00 +0000 (10 10:05 -0700)
tree232c11a0b024cc1b12924b449e2e60829b5bd76e
parent4e3bbdebfefa447b415c1a2769cadb8375397736
Fix from Volker. Fix a segfault in base64_encode_data_blob
 We did not allocate enough memory for the \0 and a = at the end.
Jeremy.
source/lib/util_str.c