]> 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:29 +0000 (16:27 +0400)
commit3aad46bdaa0a2700e43252904b9481750c8cb45d
tree2f98b0538dc45324910201ee445460a68f6e5389
parent52ecbbea36439758590f0c31a0ec147fec041d7a
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