Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix invalid casts and index overflows in signal.Pool
(ws/stride/pad may be int32 or int64; int32*->int64* is a strict aliasing violation, int64->int32 is a possible overflow) https://bugs.debian.org/878596
- Loading branch information