commit | 655071f44aab42e89bcece3a93da456fdd0d913a | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@opensourcerouting.org> | Tue May 08 13:32:53 2012 +0200 |
committer | David Lamparter <equinox@opensourcerouting.org> | Thu Oct 25 10:15:59 2012 -0700 |
tree | 85c195b18df1d6e64c59a5193791d2ae7333c4a0 | |
parent | 80a21dc60fa007bb00437fdc047c3e059232639f [diff] |
isisd: don't overrun list of protocols isisd currently has a list of supported protocols as a fixed array of size 4. this can be overran, leading to an overwrite of the ipv4_addrs pointer. * isisd/isis_pdu.c: don't accept more protocols than there's space for Signed-off-by: David Lamparter <equinox@opensourcerouting.org>