Fix an out of bound read that could crash the RDE because it touched
authorclaudio <claudio@openbsd.org>
Thu, 20 Sep 2018 07:37:06 +0000 (07:37 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 20 Sep 2018 07:37:06 +0000 (07:37 +0000)
commit51491708bc8d00833c10032fdf9c61bedb3022ea
tree6a701443bdc904c8da17ef1c18f259f55542117f
parentf583b8df2b59eb48e7b9640a76b5962529749beb
Fix an out of bound read that could crash the RDE because it touched
unallocated memory while looking for AS 0.
Found by and debugged with Aaron A. Glenn. Thanks a lot.
usr.sbin/bgpd/util.c