changed to use slprintf() instead of sprintf() just about
authorAndrew Tridgell <tridge@samba.org>
Mon, 11 May 1998 06:35:45 +0000 (06:35 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 11 May 1998 06:35:45 +0000 (06:35 +0000)
commitffc88e2d26217f99c34ce24c0836bec3c809ca1a
tree7dc37c9ec11022d7fe5735d98e36fae7f3ffc7a7
parent839e47c5a62fb42d3e0b2e083ad23243e9cec566
changed to use slprintf() instead of sprintf() just about
everywhere. I've implemented slprintf() as a bounds checked sprintf()
using mprotect() and a non-writeable page.

This should prevent any sprintf based security holes.
(This used to be commit 6b0c1733d2ebf3b8f09f3bf88b8648d8b371bb1f)
source3/web/swat.c