]> git.puffer.fish Git - matthieu/frr.git/commit
isisd: fix null pointer dereference in send_lsp()
authorAvneesh Sachdev <avneesh@opensourcerouting.org>
Sun, 6 May 2012 07:03:07 +0000 (00:03 -0700)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 25 Oct 2012 17:15:59 +0000 (10:15 -0700)
commit0fece074e8c9e282ae2cecf9a0a79dc6c930cfb1
tree57807d45aaa0869b6b90291eedd30c084891274b
parenta22ab5a560c7a46f6ecc6feb874c0dbbde9699c6
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.
isisd/isis_pdu.c