commit | f8416810aad4cba6f622c6b3f9352abdd54cd01e | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul@quagga.net> | Tue Apr 13 22:42:33 2010 +0100 |
committer | Paul Jakma <paul@quagga.net> | Wed Dec 08 17:06:12 2010 +0000 |
tree | 7ca0d68cd44ea6c0b4d838f6526b3ccadcb836f9 | |
parent | d358344759d85a965bbd767f4a994695f99b842e [diff] |
lib: Fix bug in prefix trie lookup * lib/table.c: (route_node_match) fix overshoot that was causing this function to go 1 bit too far and thus reading past end of prefix. (route_node_lookup) be defensive - don't assume others will clean up leaves when removing info.