]> git.puffer.fish Git - matthieu/frr.git/commit
[ospfd] Standardize buffer sizes used for displaying timers.
authorajs <ajs>
Wed, 16 Nov 2005 20:17:52 +0000 (20:17 +0000)
committerajs <ajs>
Wed, 16 Nov 2005 20:17:52 +0000 (20:17 +0000)
commit649654aba22704a792949374990bc2a29c357de8
treedea4976f37c2719ccf2d6f01f14f32f2afac792b
parent70cd34749f3c57d6f67ab31a9552c46afe437553
[ospfd] Standardize buffer sizes used for displaying timers.
2005-11-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>

* ospf_dump.h: Define OSPF_TIME_DUMP_SIZE as appropriate buffer size
  for use with ospf_timer_dump and ospf_timeval_dump.
* ospf_vty.c: Change all buffer sizes used with ospf_timer_dump and
  ospf_timeval_dump to have size OSPF_TIME_DUMP_SIZE.
  (show_ip_ospf_interface_sub) Fix possible buffer overflow in
  call to ospf_timer_dump.
ospfd/ChangeLog
ospfd/ospf_dump.h
ospfd/ospf_vty.c