]> git.puffer.fish Git - mirror/frr.git/commit
lib: use snprintfrr() in "hidden" printfs
authorDavid Lamparter <equinox@diac24.net>
Wed, 12 Jun 2019 15:11:21 +0000 (17:11 +0200)
committerDavid Lamparter <equinox@diac24.net>
Wed, 12 Jun 2019 17:35:43 +0000 (19:35 +0200)
commitc7179009cf1713db55d48e6ab1275ac00be555ac
treedfe1a531ec549f2d5b2585e4300a5bb8853d4a2b
parent7e5cfaea0a6b2da853e5d78ee7f866c2cfc49154
lib: use snprintfrr() in "hidden" printfs

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>
isisd/isis_misc.c
lib/sbuf.c
lib/termtable.c
lib/vty.c