mirror of
https://github.com/samba-team/samba.git
synced 2025-11-25 00:23:52 +03:00
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