[ovs-dev] [RFC 1/4] netlink: Support for memory mapped Netlink sockets

Ben Pfaff blp at nicira.com
Fri May 23 15:54:41 UTC 2014


On Fri, May 23, 2014 at 01:15:58AM +0200, Thomas Graf wrote:
> Signed-off-by: Thomas Graf <tgraf at suug.ch>

"sparse" found a bug:
        ../lib/netlink-socket.c:566:49: warning: cast truncates bits from constant value (8 becomes 0)

In other words, MSG_DONTWAIT is being provided as a "bool" argument
value.



More information about the dev mailing list