Skip to content

Commit

Permalink
fix invalid casts and index overflows in signal.Pool
Browse files Browse the repository at this point in the history
(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
rebecca-palmer committed Oct 19, 2017
1 parent 5561f5d commit dce2693
Showing 1 changed file with 83 additions and 83 deletions.
Loading

0 comments on commit dce2693

Please sign in to comment.