View Issue Details

IDProjectCategoryView StatusLast Update
0000031fileGeneralpublic2018-10-01 20:00
Reporteranonymous Assigned Tochristos  
PrioritynormalSeveritytextReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.34 
Fixed in Version5.35 
Summary0000031: pstring documentation error
DescriptionThe 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 InformationLook in the source-code after CHAR_PSTRING_2_BE CHAR_PSTRING_2_LE CHAR_PSTRING_4_BE CHAR_PSTRING_4_LE
TagsNo tags attached.

Activities

christos

2018-10-01 20:00

manager   ~0000086

thanks

Issue History

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