Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

Fixed Segmentation fault when reading big xlsx files. #1310

Open
wants to merge 2 commits into
base: 1.8
Choose a base branch
from
Open

Fixed Segmentation fault when reading big xlsx files. #1310

wants to merge 2 commits into from

Conversation

aliusa
Copy link

@aliusa aliusa commented Sep 19, 2017

When reading 19.02MB XLSX file I encouter Segmentation fault.
The problem when loading string into simplexml_load_string().

Solution: Added XML parser xml_parse(), if it fails - throws error with xml error.

Now I get No memory xml error.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant