r545: Handing a NULL blob to base64_encode_data_blob leads to an invalid write of a
commit9259481d8626c542eaa3f87b17e346d8ad85e994
authorVolker Lendecke <vlendec@samba.org>
Fri, 7 May 2004 08:42:13 +0000 (7 08:42 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:51:28 +0000 (10 10:51 -0500)
treee270f50456d5ee54e0da78c5478d251b408b93d2
parent5254c9b6b492792fde6ae294d3d0be3fd3bb0f0f
r545: Handing a NULL blob to base64_encode_data_blob leads to an invalid write of a
0 in base64_encode_data_blob. I don't know what the base64 encoding of a NULL
string is, so fix the problematic caller I found. The real fix should go into
base64_encode_data_blob.

Volker
(This used to be commit 55fd1e490efbe91c391c27101166284034cd32ef)
source3/rpc_server/srv_samr_util.c