]> git.puffer.fish Git - matthieu/frr.git/commit
ospf6d: Ensure that ospf6d does not memcpy beyond end of data
authorDonald Sharp <sharpd@nvidia.com>
Wed, 22 Jun 2022 12:24:03 +0000 (08:24 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 23 Jun 2022 17:43:25 +0000 (13:43 -0400)
commitd9529c9fb11d7fabe6f6986761293358dc0baffe
tree8b5f5856265a4e47d495f31c10ad2b039bf75eeb
parent75700af6027073a2ede58b429ec49b6beb05dcb3
ospf6d: Ensure that ospf6d does not memcpy beyond end of data

Ensure that received data size can fit into temp variable
that is used to dump data.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
ospf6d/ospf6_auth_trailer.c