mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00

The problem is that row and prev_row may not be aligned to the same byte count. This situation leaded to undefined behaviour.
The problem is that row and prev_row may not be aligned to the same byte count. This situation leaded to undefined behaviour.