zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #12725
[Bug 1029836] [NEW] Segmentation fault or silent accept when performing JSON item selection with less or more than one parameter.
Public bug reported:
When performing object selection or array selection with zero
parameters, a segmentation fault happens:
{ "foo" : "bar" }()
When performing object selection or array selection with more than one
parameter, no error is raised:
{ "foo" : "bar" }("foo", "foo")
(With the hof feature deactivated).
** Affects: zorba
Importance: Critical
Assignee: Ghislain Fourny (gislenius)
Status: New
** Branch linked: lp:~zorba-coders/zorba/bug-1029836
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1029836
Title:
Segmentation fault or silent accept when performing JSON item
selection with less or more than one parameter.
Status in Zorba - The XQuery Processor:
New
Bug description:
When performing object selection or array selection with zero
parameters, a segmentation fault happens:
{ "foo" : "bar" }()
When performing object selection or array selection with more than one
parameter, no error is raised:
{ "foo" : "bar" }("foo", "foo")
(With the hof feature deactivated).
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1029836/+subscriptions
Follow ups
References