Second part of fix for bug 7063 - Samba 3.4.5 on ubuntu 8.04 64 bit - Core dumps.
authorJeremy Allison <jra@samba.org>
Tue, 9 Feb 2010 22:48:15 +0000 (14:48 -0800)
committerJeremy Allison <jra@samba.org>
Tue, 9 Feb 2010 22:48:15 +0000 (14:48 -0800)
commit539bbf8653e0117dea139015b4b71be768e3f3d7
tree053b0ec41a1f1e4eb65f7c0b3ae100c143ebf999
parent9ad6f432f3f5844b4b419e7cbaf3c3e70b052d29
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