Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: use snprintfrr() in "hidden" printfs | David Lamparter | 2019-06-12 | 1 | -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) | paco | 2018-06-22 | 1 | -3/+2 |
| | | | | Signed-off-by: F. Aragon <paco@voltanet.io> | ||||
* | lib: add sbuf | Christian Franke | 2017-08-03 | 1 | -0/+107 |
Signed-off-by: Christian Franke <chris@opensourcerouting.org> |