commit | 0fece074e8c9e282ae2cecf9a0a79dc6c930cfb1 | [log] [tgz] |
---|---|---|
author | Avneesh Sachdev <avneesh@opensourcerouting.org> | Sun May 06 00:03:07 2012 -0700 |
committer | David Lamparter <equinox@opensourcerouting.org> | Thu Oct 25 10:15:59 2012 -0700 |
tree | 57807d45aaa0869b6b90291eedd30c084891274b | |
parent | a22ab5a560c7a46f6ecc6feb874c0dbbde9699c6 [diff] |
isisd: fix null pointer dereference in send_lsp() * isisd/isis_pdu.c: (send_lsp) Handle case where there are no LSPs on the LSP transmission queue. This can happen if, for instance, the queue is cleared because of protocol events before the send_lsp thread gets a chance to run.