summaryrefslogtreecommitdiff
path: root/source3/lib/slprintf.c
AgeCommit message (Collapse)AuthorFilesLines
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1-0/+88
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 ee09e9dadb69aaba5a751dd20ccc6d587d841bd6)