1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-23 20:23:50 +03:00
Files
samba-mirror/source
Andrew Tridgell d20102d363 r21740: this fixes the real cause of the large log files we had. The problem
was we were not checking the result of a convert_string() call, and it
was giving -1. We then passed -1 to fwrite() on stdout, which on aix
and macosx wrote all of available memory to stdout :)

To fix this, replace non-printing chars with ? in d_printf if the
string cannot be converted
2007-10-10 14:49:21 -05:00
..
2007-10-10 14:49:07 -05:00
2007-10-10 14:43:33 -05:00
2007-10-10 14:49:06 -05:00
2007-10-10 14:49:07 -05:00
2007-10-10 14:49:07 -05:00
2007-10-10 14:43:35 -05:00
2007-10-10 14:20:34 -05:00
2007-10-10 14:37:20 -05:00
2007-10-10 14:44:28 -05:00