Miloslav Trmač píše v Čt 11. 09. 2008 v 20:10 +0200:
Yes, that's possible - but then audit_log_n_untrustedstring()
would be
more accurately called audit_log_n_ascii_like_binary_data().
... my original patch
(which stops at the first NUL) works the same way
the other interfaces with maximum string length (e.g. strnlen() or
printf ("%.5s", ...)) do.
Mirek