diff options
author | gdt <gdt> | 2004-08-11 20:06:38 +0200 |
---|---|---|
committer | gdt <gdt> | 2004-08-11 20:06:38 +0200 |
commit | 57492d564c6c86578bb1ff929bd3e750a5027abd (patch) | |
tree | a5423f2b52be462d22a87ad960e3b97d6401d949 /zebra/ChangeLog | |
parent | Add extra padding in cmsgdata buffer; there wasn't enough on (diff) | |
download | frr-57492d564c6c86578bb1ff929bd3e750a5027abd.tar.xz frr-57492d564c6c86578bb1ff929bd3e750a5027abd.zip |
2004-08-11 Greg Troxel <gdt@fnord.ir.bbn.com>
* rtadv.c (rtadv_send_packet): Allocate space for control messages
more carefully; it was wrong on NetBSD/sparc where CMSG alignment
is to 8 bytes instead of 4, and overwriting the address. Use the
provided macros for determining lengths.
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r-- | zebra/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog index 718de6259..5adcbceec 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,10 @@ +2004-08-11 Greg Troxel <gdt@fnord.ir.bbn.com> + + * rtadv.c (rtadv_send_packet): Allocate space for control messages + more carefully; it was wrong on NetBSD/sparc where CMSG alignment + is to 8 bytes instead of 4, and overwriting the address. Use the + provided macros for determining lengths. + 2004-07-23 Sowmini Varadhan <Sowmini.Varadhan@Sun.COM> * if_ioctl_solaris.c: HAVE_IPV6 ifdef fixups |