Second part of fix for bug 7063 - Samba 3.4.5 on ubuntu 8.04 64 bit - Core dumps.
commitfaf4f9cd5e3d948b93dc94b099e87eceec8a3909
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:09 +0000 (10 09:50 +0100)
tree1494dffc846a28acc046fb18c09a7d673e9783c5
parentb78de63ef3cde53e3aabbe46654aac5a335f16a8
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