Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1998-05-11 | changed to use slprintf() instead of sprintf() just about | Andrew Tridgell | 1 | -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) |