]> git.ipfire.org Git - thirdparty/iproute2.git/commit
bridge: fix potential snprintf overflow
authorStephen Hemminger <stephen@networkplumber.org>
Mon, 18 Sep 2023 18:34:42 +0000 (11:34 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 18 Sep 2023 18:44:55 +0000 (11:44 -0700)
commit4d80122ae82aea86cb740b5202f6c3fde6183538
tree577af04bf62d20eac13f65d6cc79a31f8ba3ea8d
parent946753a4459bd035132a27bb2eb87529c1979b90
bridge: fix potential snprintf overflow

There is a theoretical snprintf overflow in bridge slave bitmask
print code found by CodeQL scan.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/iplink_bridge_slave.c