1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-14 01:57:53 +03:00

2 Commits

Author SHA1 Message Date
Martin Pool
cea126f62a The new string macros catch a bug at compile that previously only
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.
-
Martin Pool
dcf1705782 Add example of string overflow which is now caught in developer mode. -