]> git.puffer.fish Git - matthieu/frr.git/commit
ospf6d: fix out of bounds write in ospf6_prefix_apply_mask
authorDavid Lamparter <equinox@diac24.net>
Mon, 31 May 2010 10:02:31 +0000 (12:02 +0200)
committerDavid Lamparter <equinox@diac24.net>
Sat, 11 Feb 2012 14:26:19 +0000 (15:26 +0100)
commit4c0cf00afc4340a429a9c4830f638b4593d7c3af
tree572ec0a416b23456d42e42b9f7c9fba4b562fd2a
parent4afa50b393ff1fb34dd577888a05b81dfdced5af
ospf6d: fix out of bounds write in ospf6_prefix_apply_mask

ospf6_prefix_apply_mask would write one byte beyond the 4/8/12
bytes allocated for prefixes of length 32/64/96.

based on report and patch by Jon Andersson <jon.andersson@thales.no>

Reported-by: Jon Andersson <jon.andersson@thales.no>
Signed-off-by: David Lamparter <equinox@diac24.net>
ospf6d/ospf6_proto.c