#37 closed defect (fixed)
variable name superior to the 267 characters
Reported by: | Javier Gallardo | Owned by: | danirus |
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | Various | Version: | head |
Severity: | trivial | Keywords: | |
Cc: |
Description
The problem is not, in principle, very serious because I do not believe that the
circumstances so that occur ever happend, but Tol falls when the name of a
variable is superior to the 267 characters
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_000037 |
---|
Note: See
TracTickets for help on using
tickets.
In spite of the Tol Language Specification (that we have in mind) says 256
characters is the max length of each identifier, Tol Parser don't check that
and, therefore, Tol crash happens.
Two new Attribute Members has been implemented inside BFilter to control this.