CVE-2026-38348: Unchecked Fixedpoint Scale Incrementcve-2026-38348-unchecked-fixedpoint-scale-increment
Fixed-point coordinate step increment calculation is assigned directly to a context field without validating that the increment falls within safe bounds (such as bounds checking against INT_MAX or minimum threshold). Extreme source/destination dimension ratios can cause integer overflow or out-of-bounds access in downstream scalers.