Actions
Bug #2665
closedpatch fails on lines lengths overflowing a short int.
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Userland
Target version:
-
Start date:
04/16/2014
Due date:
% Done:
100%
Estimated time:
Description
The line length array is of type short when it needs to be type size_t. Only strlen() is assigning to it, which returns size_t. The attached patch fixed it for me.
Files
Actions