https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244226

J.R. Oldroyd <f...@opal.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #211760|0                           |1
        is obsolete|                            |

--- Comment #4 from J.R. Oldroyd <f...@opal.com> ---
Created attachment 211894
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211894&action=edit
patch to add locale support to syslogd when converting strings to "safe"
sequences

Updated patch to do better output buffer space checking and also to use the
MB_LEN_MAX constant for the input size limit.  In addition, I switched from
using iswgraph() to iswprint() because locale-specific space chars can also be
copied as they are.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to