#18 closed defect (fixed)
Caída en compilación por la función IF
Reported by: | Lander Ibarra Iriondo | Owned by: | danirus |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | Kernel | Version: | head |
Severity: | blocker | Keywords: | |
Cc: |
Description
Estoy trabajando con Tol CVS 0.1.9a Mar 25 2004:
Tol se cae en esta situación:
Real If(FALSE, 0)
Esto no ocurre con la versión de Tol CVS 1.1.10a 2004.03.18.
Change History (3)
comment:1 Changed 21 years ago by
Status: | new → assigned |
---|
comment:2 Changed 21 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000018 |
---|
Note: See
TracTickets for help on using
tickets.
Original Message:
Working with Tol cvs version 0.1.9, when i try to execute:
Real If(FALSE,0);
Tol musn't to do nothing because this sentence has not a "false" branch, and the "condition"
part is explicitly FALSE.
_
This problem has been fixed. It was an access to Null pointer when we try to get n-th
element of a List without checking that position.