Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #49161, comment 6


Ignore:
Timestamp:
11/06/2021 02:21:20 AM (4 years ago)
Author:
kitchin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49161, comment 6

    v1 v2  
    13132. When `big_image_size_threshold` is on, error checks are incomplete in the code, marked `// TODO: Log errors.`
    1414
    15 2a. On failures of the image editor engine, big threshold and exif rotations (handled in the same function) fail silently, leaving the image sizing and naming data unchanged, if the visit hasn't timed out or crashed.
     153. On failures of the image editor engine, big threshold and exif rotations (handled in the same function) fail silently, leaving the image sizing and naming data unchanged, if the visit hasn't timed out or crashed.
    1616
    17 3. This feature copies a big image to fairly big image, so creates probably the weakest point in the code for memory usage and processing timeouts, if they occur.
     174. This feature copies a big image to fairly big image, so creates probably the weakest point in the code for memory usage and processing timeouts, if they occur.
    1818
    1919I tested on the latest release, 5.8.1. The most relevant file, `wp-admin/includes/image.php` is the same in trunk.