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

Imagick::readImage segfaults with heic file #170

Closed
pfanni68 opened this issue Feb 28, 2024 · 0 comments
Closed

Imagick::readImage segfaults with heic file #170

pfanni68 opened this issue Feb 28, 2024 · 0 comments

Comments

@pfanni68
Copy link

When loading a heic file running "php test.php", with test.php:

<?php
$bp = new Imagick();
$bp->readImage("image1.heic");
?>

php loads somehow libavutils.so.58, there is a segfault from buffer.c at line 121. Tracefile attached.
php_heic_output.txt

@pfanni68 pfanni68 changed the title Imagick::readimage segfaults with heic file Imagick::readImage segfaults with heic file Feb 28, 2024
@pfanni68 pfanni68 closed this as not planned Won't fix, can't repro, duplicate, stale Feb 28, 2024
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

1 participant