Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This GIF complete destroys php instance #10

Open
newtonianb opened this issue Mar 19, 2016 · 1 comment
Open

This GIF complete destroys php instance #10

newtonianb opened this issue Mar 19, 2016 · 1 comment

Comments

@newtonianb
Copy link

In GifFrameExtractor at line 220. Something inside here is causing the entire php instance to crap out, the only way out is to restart PHP. I tried to set a time out but even that doesn't work something is screwy in this file!

        while (!$this->checkByte(0x3b) && !$this->checkEOF()) {

            $this->getCommentData(1);
            $this->parseGraphicsExtension(2);
            $this->getFrameString(2);
            $this->getApplicationData();
        }

q0sqvwl

@newtonianb newtonianb changed the title This GIF causes an infinite loop This GIF complete destroys php instance Mar 19, 2016
@yang-jandro
Copy link

@Sybio has been MIA for a few years now. I'd consider using a different library like ImageMagick.

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

No branches or pull requests

2 participants