Changes between Initial Version and Version 2 of Ticket #338
- Timestamp:
- 07/11/13 16:02:13 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #338
-
Property
Status
changed from
new
toreopened
-
Property
Status
changed from
-
Ticket #338 – Description
initial v2 10 10 [[BR]] 11 11 12 This problem has been solved in r3392 by changing the {{{_sanitize_size_hints}}} function to ignore values greater than 2**15-1 (32767) instead of 2**32-1.13 (this is a massive change in allowed size )12 This problem has been solved in r3392 by changing the {{{_sanitize_size_hints}}} function to ignore values greater than {{{2**15-1}}} (32767) instead of {{{2**32-1}}}. 13 (this is a massive change in allowed size range) 14 14 15 15 [[BR]]