View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002430 | JEDI VCL | 00 JVCL Components | public | 2004-12-23 07:16 | 2004-12-28 06:23 |
| Reporter | andreg | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.00 BETA 2 | ||||
| Target Version | Fixed in Version | 3.00 RC 1 | |||
| Summary | 0002430: JvInterpreter: AV in TypeName2VarTyp | ||||
| Description | if TypeName2VarTyp(const TypeName: string) is called with an empty string then the statement "... case TypeName[1] of ... " causes an AV. It´s reproducable with the PAS2RAI-Application. | ||||
| Additional Information | you can fix it by inserting a condition before the case-statement: function TypeName2VarTyp(const TypeName: string): Word; begin Result := varEmpty; if Typename='' then exit; case TypeName[1] of ... | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2004-12-23 07:16 | andreg | New Issue | |
| 2004-12-28 06:23 | AHUser | Status | new => resolved |
| 2004-12-28 06:23 | AHUser | Resolution | open => fixed |
| 2004-12-28 06:23 | AHUser | Assigned To | => AHUser |
| 2004-12-28 06:23 | AHUser | Note Added: 0006025 | |
| 2004-12-28 06:23 | AHUser | Assigned To | AHUser => |