diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-05-26 02:25:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:08:38 -0500 |
commit | 33ffb31a498186131224ddab11291d81ec0da2a8 (patch) | |
tree | 7fd84a3613fc9dce0f29a83593710c5bd1e0b19e /source4/script | |
parent | b3a98698ffd815a038ef86ed9b702603713cdeb1 (diff) | |
download | samba-33ffb31a498186131224ddab11291d81ec0da2a8.tar.gz samba-33ffb31a498186131224ddab11291d81ec0da2a8.tar.bz2 samba-33ffb31a498186131224ddab11291d81ec0da2a8.zip |
r15896: we're getting a lot of crashes on the build farm due to people
assuming that printf("%s", NULL) is OK. The problem is that it is ok
with recent versions of glibc, so the bug isn't noticed by most
developers.
This configure change ensures that we replace snprintf() if it doesn't
handle NULL strings. Then we just need to make sure we use d_printf()
instead of printf() in torture tests to display possibly NULL strings.
(This used to be commit dcce824080f3437c835b32381b73380fab720554)
Diffstat (limited to 'source4/script')
0 files changed, 0 insertions, 0 deletions