[ovs-git] [openvswitch/ovs] 4e9703: netdev-linux: Avoid division by 0 if kernel report...

GitHub noreply at github.com
Mon Aug 20 16:31:29 UTC 2018


  Branch: refs/heads/branch-2.4
  Home:   https://github.com/openvswitch/ovs
  Commit: 4e97034357082c3b689bbd7ddbc092f5c51454bb
      https://github.com/openvswitch/ovs/commit/4e97034357082c3b689bbd7ddbc092f5c51454bb
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2018-08-20 (Mon, 20 Aug 2018)

  Changed paths:
    M lib/netdev-linux.c

  Log Message:
  -----------
  netdev-linux: Avoid division by 0 if kernel reports bad scheduler data.

If the kernel reported a value of 0 for the second value in
/proc/net/psched, it would cause a division-by-zero fault in
read_psched().  I don't know of a kernel that would actually do that, but
it's still better to be safe.

Found by clang static analyzer.

Reported-by: Bhargava Shastry <bshastry at sect.tu-berlin.de>
Signed-off-by: Ben Pfaff <blp at ovn.org>
Reviewed-by: Yifeng Sun <pkusunyifeng at gmail.com>



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the git mailing list