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

GitHub noreply at github.com
Wed Mar 8 00:34:12 UTC 2017


  Branch: refs/heads/branch-2.6
  Home:   https://github.com/openvswitch/ovs
  Commit: fe271162799a7e8dc15fd0f45bbf10493b62f3fe
      https://github.com/openvswitch/ovs/commit/fe271162799a7e8dc15fd0f45bbf10493b62f3fe
  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