This issue tracker is closed. Please visit UPPAAL issue tracker at Github instead.

Bug 203 - Crash when calling undeclared functions from functions
Summary: Crash when calling undeclared functions from functions
Status: RESOLVED FIXED
Alias: None
Product: UPPAAL
Classification: Unclassified
Component: libutap (show other bugs)
Version: 3.5.9
Hardware: All All
: P2 normal
Assignee: Gerd Behrmann
URL:
Depends on:
Blocks:
 
Reported: 2005-10-02 13:59 CEST by Gerd Behrmann
Modified: 2005-10-03 15:08 CEST (History)
0 users

See Also:
Architecture:


Attachments
Minimal test case (115 bytes, application/octet-stream)
2005-10-02 14:00 CEST, Gerd Behrmann
Details
A larger test case (4.21 KB, text/xml)
2005-10-02 14:00 CEST, Gerd Behrmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gerd Behrmann 2005-10-02 13:59:08 CEST
It is possible to crash the parser when calling a function f from inside a
function g, where f has been declared as a non-function, e.g. an integer variable.

See the attached test cases.
Comment 1 Gerd Behrmann 2005-10-02 14:00:31 CEST
Created attachment 59 [details]
Minimal test case
Comment 2 Gerd Behrmann 2005-10-02 14:00:52 CEST
Created attachment 60 [details]
A larger test case
Comment 3 Gerd Behrmann 2005-10-03 15:08:15 CEST
A fix has been checked into CVS.