Opened 10 years ago
Closed 10 years ago
#36643 closed defect (bug) (duplicate)
Imagick can throw uncaught exceptions in image functions
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Media | Keywords: | |
| Focuses: | Cc: |
Description
getimagesize() calls, and some others, need to be replaced with new wp_*() versions that have a try { ... } catch ( Exception $e ) { .... } block
Change History (2)
Note: See
TracTickets for help on using
tickets.
Duplicate of #36587.
This was fixed upstream and we're going to blacklist this version.