Anonymous | Login | Signup for a new account | 2024-11-21 13:39 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 | ||||
0000841 | FL5 | 2.2 Subprogram FLUC (CONV) | public | 2016-12-23 14:01 | 2017-02-16 10:07 | ||||
Reporter | Falk Reichbott | ||||||||
Assigned To | Tilo Eckert | ||||||||
Priority | normal | Severity | minor | Reproducibility | sometimes | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | System z | OS | z/OS | OS Version | V2R20 | ||||
Product Version | 5.1.12 | ||||||||
Target Version | 5.1.15 | Fixed in Version | 5.1.14 | ||||||
Summary | 0000841: Sometimes wrong XML with a '1' somewhere in die XML stream is generated | ||||||||
Description | At write of XML wrong character '1' CP 0x31 is in the data. The written XML file is not schema conform in such case. | ||||||||
Additional Information | Verdacht ist, dass hier ein write dies verursacht. #define FMTXML_TRUE 0x31 | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0001087) Falk Reichbott (administrator) 2017-02-15 16:36 |
The copy of the rest buffer was missing in the finalize function at read of XML data. Dataelements are collacted up to a certain maximal length. If a block ends with data elements and the maximal length is not reached, then this rest is saved and copied in front of the next block. This copy was missing in the finalise function used for the last block. The result in this case was andefined. Means the sporadic '1' was based on the data in the memory which was not initialised with the remaining rest. |
Issue History | |||
Date Modified | Username | Field | Change |
2016-12-23 14:01 | Falk Reichbott | New Issue | |
2016-12-23 14:01 | Falk Reichbott | Status | new => assigned |
2016-12-23 14:01 | Falk Reichbott | Assigned To | => Tilo Eckert |
2017-01-25 10:45 | Tilo Eckert | Status | assigned => feedback |
2017-02-15 16:36 | Falk Reichbott | Note Added: 0001087 | |
2017-02-15 16:36 | Falk Reichbott | Status | feedback => assigned |
2017-02-15 16:36 | Falk Reichbott | Status | assigned => resolved |
2017-02-15 16:36 | Falk Reichbott | Fixed in Version | => 5.1.15 |
2017-02-15 16:36 | Falk Reichbott | Resolution | open => fixed |
2017-02-16 10:07 | Falk Reichbott | Fixed in Version | 5.1.15 => 5.1.14 |
Copyright © 2000 - 2024 MantisBT Team |