s3-torture Remove t_stringoverflow as fstrcpy now uses strlcpy
authorAndrew Bartlett <abartlet@samba.org>
Wed, 26 Oct 2011 06:30:45 +0000 (17:30 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 28 Oct 2011 11:10:28 +0000 (13:10 +0200)
commitf28fda763869f75646f904d90f13ea40caf8c925
tree29115977f2fc90280d1c71eeb0548b474a0316b4
parent9fe8c3db910a8545c1719bcfc596a150efc4b663
s3-torture Remove t_stringoverflow as fstrcpy now uses strlcpy

Because we no longer use safe_strcpy() internally, we no longer have a
mode where we write to the end of the buffer in developer mode, and so
there isn't anything for this test to test.

Andrew Bartlett
source3/Makefile.in
source3/torture/t_stringoverflow.c [deleted file]