This CL adds a number of source files and extensions to the git
attributes file to prevent CRLF checkins and checkouts, by forcing LF
end of line characters in these files.
Also fix CRLF files. Based on https://crrev.com/573230
BUG=chromium:832129
Change-Id: I5b02f48b2794d0ee25f75d22210cdfa0f3587e3f
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/54451
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
When there is a wrong keyword like '??ze' in the dictionary
of the trailer, PDFium can't recognize it and aborts further
parsing. After this change, PDFium continues even it can't
get the right size at this moment. It will rebuild the cross
reference table later since the size of the table is missing.
BUG=459580
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1055323003