[ovs-git] [openvswitch/ovs] faa079: ovsdb-idl: Fix assertion failure on error path par...

GitHub noreply at github.com
Mon Dec 11 22:32:03 UTC 2017


  Branch: refs/heads/branch-2.6
  Home:   https://github.com/openvswitch/ovs
  Commit: faa079b895a03b781749829202318e7f6a384cac
      https://github.com/openvswitch/ovs/commit/faa079b895a03b781749829202318e7f6a384cac
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2017-12-11 (Mon, 11 Dec 2017)

  Changed paths:
    M lib/ovsdb-idl.c

  Log Message:
  -----------
  ovsdb-idl: Fix assertion failure on error path parsing server reply.

If the database server sent an error reply to a monitor_cond request, and
the error was not a JSON string, then passing the error to json_string()
caused an assertion failure.

Found by inspection.

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




More information about the git mailing list