View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000031 | file | General | public | 2018-08-23 17:05 | 2018-10-01 20:00 |
| Reporter | anonymous | Assigned To | christos | ||
| Priority | normal | Severity | text | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 5.34 | ||||
| Fixed in Version | 5.35 | ||||
| Summary | 0000031: pstring documentation error | ||||
| Description | The documentation states that: B A byte length (default). H A 4 byte big endian length. h A 2 byte big endian length. L A 4 byte little endian length. l A 2 byte little endian length. Looking at the source that is not correct. It should have been: B A byte length (default). H A 2 byte big endian length. h A 2 byte little endian length. L A 4 byte big endian length. l A 4 byte little endian length. | ||||
| Additional Information | Look in the source-code after CHAR_PSTRING_2_BE CHAR_PSTRING_2_LE CHAR_PSTRING_4_BE CHAR_PSTRING_4_LE | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2018-08-23 17:05 | anonymous | New Issue | |
| 2018-10-01 19:59 | christos | Assigned To | => christos |
| 2018-10-01 19:59 | christos | Status | new => assigned |
| 2018-10-01 20:00 | christos | Status | assigned => resolved |
| 2018-10-01 20:00 | christos | Resolution | open => fixed |
| 2018-10-01 20:00 | christos | Fixed in Version | => 5.35 |
| 2018-10-01 20:00 | christos | Note Added: 0000086 |