]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: fix regression in recent commit
authorYAMAMOTO Shigeru <shigeru@iij.ad.jp>
Wed, 28 Sep 2011 17:00:14 +0000 (21:00 +0400)
committerDenis Ovsienko <infrastation@yandex.ru>
Thu, 29 Sep 2011 12:27:01 +0000 (16:27 +0400)
commit992d4d1ca90025ccac2456643bc2c8cb6790350b
tree25de07b36d744d301fc96ec1367ab15a7d6d0cab
parent2bb2664e2957c587d8ad2d3d1d26de981983406e
ospfd: fix regression in recent commit

commit '717750433839762d23a5f8d88fe0b4d57c8d490a' causes SEGV error,
when 'oi = ospf_if_lookup_recv_if (ospf, iph->ip_src, ifp);' returns
NULL.

* ospf_packet.c
  * ospf_read(): change a place of calling 'ospf_verify_header()'
ospfd/ospf_packet.c