]> git.ipfire.org Git - thirdparty/bird.git/commit
Ensures that msg_controllen includes last padding.
authorOndrej Zajicek <santiago@crfreenet.org>
Thu, 26 Jun 2014 11:30:27 +0000 (13:30 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Thu, 26 Jun 2014 11:30:27 +0000 (13:30 +0200)
commit8945f73d946a9323daf8dfc1bf5b3884cf6d7664
tree8d1e073804f69d9fe7ca683c4a22dae7bc6be77a
parent9d5960cfa5b4c15ddd48dbab599f864a6aa1e025
Ensures that msg_controllen includes last padding.

Although RFC 3542 allows both cases, Theo de Raadt thinks
he knows better, and msg_controllen without last padding
fails on OpenBSD.

Thanks to Job Snijders for the bugreport.
sysdep/bsd/sysio.h
sysdep/linux/sysio.h
sysdep/unix/io.c