]> git.puffer.fish Git - matthieu/frr.git/commit
lib: va_end must be called
authorDonald Sharp <sharpd@nvidia.com>
Sun, 21 May 2023 23:59:41 +0000 (19:59 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 22 May 2023 14:52:54 +0000 (10:52 -0400)
commitd9dfbab71c8f508c9d90cd90228a18bb60ea43b9
treeed15cfdc6e38bcd6455dc808ae8fa5167da7e24e
parentd7c9666e060ecbd31f5fa9b384c2a56118bbb279
lib: va_end must be called

According to the man page a va_start must be followed by
a va_end before the end of the function.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
lib/printf/glue.c