Project

General

Profile

Actions

Bug #2665

closed

patch fails on lines lengths overflowing a short int.

Added by tautolog about 10 years ago. Updated almost 10 years ago.

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

too-short.patch (2.65 KB) too-short.patch short changed to size_t tautolog, 04/16/2014 11:37 PM
Actions

Also available in: Atom PDF