summaryrefslogtreecommitdiffstats
path: root/source3/torture/t_stringoverflow.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-torture Remove t_stringoverflow as fstrcpy now uses strlcpyAndrew Bartlett2011-10-281-23/+0
| | | | | | | | 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
* s3:torture: make t_stringoverflow.c compile at least (pstring is long gone)Michael Adam2009-12-011-2/+2
| | | | | | | I don't know whether these t_* programs are used at all any more, but this one was using pstrcpy... Michael
* The new string macros catch a bug at compile that previously onlyMartin Pool2003-03-181-0/+7
| | | | | | | trapped at runtime, which is great. So we have to try a little harder to provoke an overflow -- which is still caught nicely in developer mode. (This used to be commit cea126f62ad411f5efbebc7c5d39297fd8ef9efb)
* Add example of string overflow which is now caught in developer mode.Martin Pool2003-03-121-0/+16
(This used to be commit dcf1705782f5d589120624c90b695b81a0332e6b)