Opened 17 years ago
Closed 17 years ago
#396 closed defect (fixed)
Symbolization: MText does not check bounds of some op-codes
Reported by: | louisewatson | Owned by: | louisewatson |
---|---|---|---|
Priority: | medium | Milestone: | 2.0 |
Component: | Rendering Service | Version: | 2.0.0 |
Severity: | major | Keywords: | |
Cc: | External ID: | 1023673 |
Description
Some of the MText op-codes will allow argument values out of range. Specifically: \C \H \Q \c \T
Change History (2)
comment:1 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
The fix was to simply add range validation to the appropriate parsing methods.