← Back to team overview

zorba-coders team mailing list archive

[Bug 859522] [NEW] Assertion failed with document delete

 

*** This bug is a security vulnerability ***

Public security bug reported:

The following query causes an assertion failure.
import module namespace doc = "http://www.zorba-xquery.com/modules/store/dynamic/documents";;

doc:put("foo", document { <foo>bar</foo> });

(
doc:remove("foo"),
doc:remove("foo")
);

** Affects: zorba
     Importance: Medium
     Assignee: Federico Cavalieri (fcavalieri)
         Status: New

** Visibility changed to: Public

** Changed in: zorba
   Importance: Undecided => Medium

** Changed in: zorba
     Assignee: (unassigned) => Federico Cavalieri (fcavalieri)

-- 
You received this bug notification because you are a member of Zorba
Coders, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/859522

Title:
  Assertion failed with document delete

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The following query causes an assertion failure.
  import module namespace doc = "http://www.zorba-xquery.com/modules/store/dynamic/documents";;

  doc:put("foo", document { <foo>bar</foo> });

  (
  doc:remove("foo"),
  doc:remove("foo")
  );

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/859522/+subscriptions


Follow ups

References