Second part of fix for bug 7063 - Samba 3.4.5 on ubuntu 8.04 64 bit - Core dumps.
commit974bc68d7884ab77210a237e4ca8020ee88ae059
authorJeremy Allison <jra@samba.org>
Tue, 9 Feb 2010 22:48:15 +0000 (9 14:48 -0800)
committerKarolin Seeger <kseeger@samba.org>
Wed, 10 Feb 2010 08:50:49 +0000 (10 09:50 +0100)
tree2bfcbf4e7a6de814bd1bf3d3b849056df5cb40ae
parent9e64c33b7757dd4528a9c8d31d0c0c159a33daf8
Second part of fix for bug 7063 - Samba 3.4.5 on ubuntu 8.04 64 bit - Core dumps.

Ensure we have no naked memcpy calls. This isn't a crash bug (it's
already checked in the data_blob_talloc_zero() above, but I want to
get into the pattern of having all memcpy's covered by safety checks.

Jeremy.
source3/rpc_server/srv_spoolss_nt.c