Anonymous | Login | Signup for a new account | 2024-11-21 14:31 CET |
My View | View Issues | Change Log | Roadmap | Search |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001009 | FL5 | 1.1 FLCL | public | 2020-07-06 13:50 | 2020-09-15 08:22 | ||||
Reporter | Falk Reichbott | ||||||||
Assigned To | Falk Reichbott | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | General | OS | General | OS Version | General | ||||
Product Version | 5.1.22 | ||||||||
Target Version | 5.1.24 | Fixed in Version | 5.1.24 | ||||||
Summary | 0001009: Record length requires the delimiter length, but the delimiter is not part of the record | ||||||||
Description | If RECL=1600 and RECF=DLM and RECD=x'0D0A' and the delimiter is the 1601 and 1602 byte then a record length error occur. In such a case we expect no error, because the record itself is not longer then 1600 bytes. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0001333) Falk Reichbott (administrator) 2020-09-15 08:22 |
Add length of delimiter to the end pointer of the record to prevent error before the maximum length of the record is achieved. To implement this the FIO.REC() and FIO.BLK() requires now the maximum delimiter length (8 byte) as air behind, because the delimiter must be read additional to the record. |
Issue History | |||
Date Modified | Username | Field | Change |
2020-07-06 13:50 | Falk Reichbott | New Issue | |
2020-07-06 13:50 | Falk Reichbott | Status | new => assigned |
2020-07-06 13:50 | Falk Reichbott | Assigned To | => Falk Reichbott |
2020-08-19 16:52 | Falk Reichbott | Target Version | 5.1.23 => 5.1.24 |
2020-09-15 08:22 | Falk Reichbott | Note Added: 0001333 | |
2020-09-15 08:22 | Falk Reichbott | Status | assigned => resolved |
2020-09-15 08:22 | Falk Reichbott | Fixed in Version | => 5.1.24 |
2020-09-15 08:22 | Falk Reichbott | Resolution | open => fixed |
Copyright © 2000 - 2024 MantisBT Team |