Changes between Initial Version and Version 1 of Ticket #19453, comment 8
- Timestamp:
- Dec 26, 2021 4:43:02 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19453, comment 8
initial v1 9 9 fpFEAList points to the buffer where we dump the information. '''fpFEAList-> cbList is not defined!, no one has defined it! 10 10 11 In my modification, it is defined as the maximum value of the buffer minus 1 byte (name length) and minus x bytes (name + null terminator).11 In my modification, it is defined as the maximum value of the remaining buffer minus 1 byte (name length) and minus x bytes (name + null terminator). 12 12 This allows it to be used to the maximum buffer size, '''without risk of overflow. 13 13