Date: Sat, 11 Dec 2010 17:47:27 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/sh output.c Message-ID: <201012111747.oBBHla6B021847@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2010-12-11 17:47:27 UTC FreeBSD src repository Modified files: bin/sh output.c Log: SVN rev 216380 on 2010-12-11 17:47:27Z by jilles sh: Use vsnprintf() rather than crafting our own in fmtstr(). Add INTOFF/INTON as longjmp out of vsnprintf may cause memory leaks or undefined behaviour. Revision Changes Path 1.28 +5 -18 src/bin/sh/output.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012111747.oBBHla6B021847>