Vincent Rabaud
59f2be9f03
Fix int usage for pixbuf when double is asked for.
...
When chtype is double (used by bicubic64fC1 .. bicubic64fC4),
std::is_same_v<double, float> evaluated to false.
As a result, buftype erroneously defaulted to int, and pixbuf was
allocated as int pixbuf[NCHANNELS][4].
That could trigger out of bound integer computations.
2026-09-04 13:59:25 +02:00
..
2026-06-02 14:00:16 +03:00
2025-12-22 20:41:58 +03:00
2026-04-20 18:10:25 +02:00
2026-07-27 18:54:59 +01:00
2026-05-14 13:55:39 +03:00
2026-06-05 10:13:45 +03:00
2025-06-09 09:23:04 +03:00
2026-07-24 23:48:00 +05:30
2026-08-26 10:50:42 +03:00
2026-06-01 14:22:51 +03:00
2026-01-04 15:12:59 +01:00
2025-11-12 11:30:14 +03:00
2026-08-26 10:50:42 +03:00
2026-06-02 14:00:16 +03:00
2026-09-04 13:59:25 +02:00
2025-12-13 12:45:05 +03:00
2026-06-05 10:13:45 +03:00
2026-05-24 17:28:53 +03:00
2026-06-05 10:13:45 +03:00
2026-08-26 10:50:42 +03:00
2025-12-22 11:22:12 +03:00
2025-06-11 15:54:29 +05:30
2026-06-12 00:06:26 +05:30
2026-08-11 11:10:46 +03:00
2025-05-07 13:17:42 +03:00
2026-08-26 10:50:42 +03:00