]> git.puffer.fish Git - matthieu/frr.git/commit
[ospfd] CID #29, fix missing NULL check by removing unused code.
authorPaul Jakma <paul.jakma@sun.com>
Fri, 12 May 2006 22:57:57 +0000 (22:57 +0000)
committerPaul Jakma <paul.jakma@sun.com>
Fri, 12 May 2006 22:57:57 +0000 (22:57 +0000)
commit70461d793444002cc2ce99e4e62df3c367d9dd50
treeaa248149e799cc39d5f2d4ea9193522e64cb6ce4
parent4021b60aad57f71f5d3d5c105127f93bd77bf800
[ospfd] CID #29, fix missing NULL check by removing unused code.

2006-05-12 Paul Jakma <paul.jakma@sun.com>

* ospf_lsa.c: (ospf_lsa_action) Get rid of the ospf_lookup
  call, which is not checked for NULL return, by stripping out
  functionality which is never used, hence fixing Coverity CID
  #29.
  (struct lsa_action) remove unused member.
ospfd/ChangeLog
ospfd/ospf_lsa.c