summaryrefslogtreecommitdiffstats
path: root/isisd/isis_csm.c
Commit message (Collapse)AuthorAgeFilesLines
* isisd: address Coverity warningsDavid Lamparter2012-12-121-0/+1
| | | | | | | | | | | | | | | | | this fixes a bunch of issues found by Coverity SCAN and flagged as "high" impact -- although, they're all rather minute issues. * isisd/isis_adjacency.c: one superfluous check, one possible NULL deref * isisd/isis_circuit.c: two prefix memory leaks * isisd/isis_csm.c: one missing break * isisd/isis_lsp.c: one possible NULL deref * isisd/isis_pfpacket.c: one error-case fd leak * isisd/isis_route.c: one isis_route_info memory leak * isisd/isis_routemap.c: one... fnord * isisd/isis_tlv.c: one infinite loop Reported-by: Coverity SCAN Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* isisd: add Google's changes to IS-ISJosh Bailey2012-04-071-10/+26
|
* * *.c: Try to be less verbose by default (without any debug optionshasso2005-09-041-4/+5
| | | | | | | on). * isis_lsp.c (lsp_build_nonpseudo): Use stream_reset() instead of touching endp directly. * isis_lsp.c (lsp_build_pseudo): Ditto.
* Don't crash during interface up/down events.hasso2004-12-291-0/+2
|
* zlog_* cleanup. Level of debug messages to LOG_DEBUG.hasso2004-12-241-3/+3
|
* No warnings here any more.hasso2004-10-071-2/+2
|
* Indentation only. No any functional changes.hasso2004-09-101-102/+100
|
* Make it compile in NetBSD and OpenBSD.hasso2004-05-191-1/+0
|
* Initial revisionjardin2003-12-231-0/+186