[ovs-git] [openvswitch/ovs] 7e86fe: windows: Fix uninitialized variable in netlink-soc...

GitHub noreply at github.com
Wed Mar 8 00:33:53 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 7e86fe8274c674df23da0b1fc8498b0b145f28e8
      https://github.com/openvswitch/ovs/commit/7e86fe8274c674df23da0b1fc8498b0b145f28e8
  Author: Alin Serdean <aserdean at cloudbasesolutions.com>
  Date:   2017-03-07 (Tue, 07 Mar 2017)

  Changed paths:
    M lib/netlink-socket.c

  Log Message:
  -----------
  windows: Fix uninitialized variable in netlink-socket

The variable `request_nlmsg` was used without being initialized.

This patch assigns a value to it before being used.

Found by inspection.

Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list