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

Fix compiler warning: accessing 64 bytes in a region of size 48 #6714

Merged
merged 1 commit into from Nov 6, 2022

Commits on Nov 3, 2022

  1. Fix compiler error:

          src/_imaging.c:1842:17: warning: ‘ImagingTransform’ accessing 64 bytes in a region of size 48 [-Wstringop-overflow=]
           1842 |         imOut = ImagingTransform(
                |                 ^~~~~~~~~~~~~~~~~
           1843 |             imOut, imIn, IMAGING_TRANSFORM_AFFINE, 0, 0, xsize, ysize, a, filter, 1);
                |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          src/_imaging.c:1842:17: note: referencing argument 8 of type ‘double *’
    wiredfool committed Nov 3, 2022
    Copy the full SHA
    41987cf View commit details
    Browse the repository at this point in the history