summaryrefslogtreecommitdiffstats
path: root/lib/sbuf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lib: use snprintfrr() in "hidden" printfsDavid Lamparter2019-06-121-3/+4
| | | | | | | | We need to be calling snprintfrr() instead of snprintf() in places that wrap snprintf in some user-exposed way; otherwise the extensions won't be available for those functions. Signed-off-by: David Lamparter <equinox@diac24.net>
* lib: out-of-bounds access (Coverity 1452539)paco2018-06-221-3/+2
| | | | Signed-off-by: F. Aragon <paco@voltanet.io>
* lib: add sbufChristian Franke2017-08-031-0/+107
Signed-off-by: Christian Franke <chris@opensourcerouting.org>