commit | d65e768b2e802c2a182203f5644904cfcd7e5240 | [log] [tgz] |
---|---|---|
author | DRC <information@libjpeg-turbo.org> | Wed Oct 14 22:26:25 2015 -0500 |
committer | DRC <information@libjpeg-turbo.org> | Wed Oct 14 22:59:51 2015 -0500 |
tree | c0cc4b9d49e47a2a745c2221c80a4b508b167f6c | |
parent | 1e32fe3113bd212d48fea93574c2a05282a67708 [diff] |
Fix additional issues reported by UB sanitizers Most of these involved overrunning the signed 32-bit JLONG type whenever building libjpeg-turbo with a 32-bit compiler. These issues are not believed to represent actual security threats, but eliminating them makes it easier to detect such threats should they arise in the future.