[ovs-git] [openvswitch/ovs] 3782d8: ofproto-dpif-trace: Fix for the segmentation fault...

ashish-varma noreply at github.com
Mon Feb 4 23:56:15 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 3782d8efb5ecf8bf9bfa7c20629abe3b4e2e0a15
      https://github.com/openvswitch/ovs/commit/3782d8efb5ecf8bf9bfa7c20629abe3b4e2e0a15
  Author: Ashish Varma <ashishvarma.ovs at gmail.com>
  Date:   2019-02-04 (Mon, 04 Feb 2019)

  Changed paths:
    M ofproto/ofproto-dpif-trace.c

  Log Message:
  -----------
  ofproto-dpif-trace: Fix for the segmentation fault in ofproto_trace().

Added the check for NULL in "next_ct_states" argument passed to the
"ofproto_trace()" function. Under normal scenario, this is non-NULL. A NULL
"next_ct_states" argument is passed from the "upcall_xlate()" function on
encountering XLATE_RECURSION_TOO_DEEP or XLATE_TOO_MANY_RESUBMITS error.

VMware-BZ: #2282287
Signed-off-by: Ashish Varma <ashishvarma.ovs at gmail.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list