View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0030886 | FPC | RTL | public | 2016-11-07 14:55 | 2016-11-11 11:17 |
Reporter | Alexey Tor. | Assigned To | Michael Van Canneyt | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | 3.1.1 | Product Build | |||
Target Version | 3.2.0 | Fixed in Version | 3.1.1 | ||
Summary | 0030886: TFPList: need CheckIndex | ||||
Description | TFPList fgl.pp 6 places need method CheckIndex e.g. procedure TFPSList.Move(CurIndex, NewIndex: Integer); .. begin if (CurIndex < 0) or (CurIndex >= Count) then Error(SListIndexError, CurIndex); if (NewIndex < 0) or (NewIndex >= Count) then Error(SListIndexError, NewIndex); | ||||
Additional Information | related to http://mantis.freepascal.org/view.php?id=30869 | ||||
Tags | No tags attached. | ||||
Fixed in Revision | 34872 | ||||
FPCOldBugId | |||||
FPCTarget | |||||
Attached Files |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2016-11-07 14:55 | Alexey Tor. | New Issue | |
2016-11-07 15:34 | Michael Van Canneyt | Assigned To | => Michael Van Canneyt |
2016-11-07 15:34 | Michael Van Canneyt | Status | new => assigned |
2016-11-11 11:17 | Michael Van Canneyt | Fixed in Revision | => 34872 |
2016-11-11 11:17 | Michael Van Canneyt | Note Added: 0095756 | |
2016-11-11 11:17 | Michael Van Canneyt | Status | assigned => resolved |
2016-11-11 11:17 | Michael Van Canneyt | Fixed in Version | => 3.1.1 |
2016-11-11 11:17 | Michael Van Canneyt | Resolution | open => fixed |
2016-11-11 11:17 | Michael Van Canneyt | Target Version | => 3.2.0 |