]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: Fix write beyond data structure
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 1 Mar 2017 12:45:21 +0000 (07:45 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 1 Mar 2017 13:40:46 +0000 (08:40 -0500)
commitb95e5c8c696244bcba9e61e8f3a7edfe597808f5
tree3918a7a3690f1f9f8853b7356623e96dcb28ca1a
parent608a261b2c04c781e2601ad9399bb2f11eb5de19
ospf6d: Fix write beyond data structure

Converting a 'struct prefix6' to a 'struct prefix'
and then doing a memcpy of the contents writes
beyond the end of the data structure.

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