On Sat, Jan 28, 2012 at 1:49 PM, Tijl Coosemans <t...@freebsd.org> wrote:
> Author: tijl
> Date: Sat Jan 28 18:49:04 2012
> New Revision: 230649
> URL: http://svn.freebsd.org/changeset/base/230649
>
> Log:
>  Fix decoding of escape sequences in format strings:
>  - Zero-terminate the resulting string by letting the for-loop copy the
>    terminating zero.
>  - Exit the for-loop after handling a backslash at the end of the format
>    string to fix a buffer overrun.
>  - Remove some unnecessary comments and blank lines. [1]
>
>  Requested by: bde [1]
>  PR:           bin/144722
>  Approved by:  kib (mentor)


Thanks!


-- 
Eitan Adler
Source & Ports committer
X11, Bugbusting teams
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to