diff options
author | Alexey Izbyshev <izbyshev@ispras.ru> | 2018-11-10 05:47:12 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-11-10 05:47:12 (GMT) |
commit | 0d165262d949440e5aea6533b10e19e4cd5cf12d (patch) | |
tree | 6de06d25047bccf6f02a0a1a173e8eadac86dfe9 /Python/frozen.c | |
parent | 18ba4851aeb5dc5d6b4d22adc8d0555d0c2fdfe5 (diff) | |
download | cpython-0d165262d949440e5aea6533b10e19e4cd5cf12d.zip cpython-0d165262d949440e5aea6533b10e19e4cd5cf12d.tar.gz cpython-0d165262d949440e5aea6533b10e19e4cd5cf12d.tar.bz2 |
[2.7] bpo-35194: Fix a wrong constant in cp932 codec. (GH-10420) (GH-10433)
This typo doesn't affect the result because wrong bits are discarded
on implicit conversion to unsigned char, but it trips UBSan
with -fsanitize=implicit-integer-truncation.
(cherry picked from commit 7a69cf47a9bbc95f95fd67c982bff121b2a903cb)
Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>
Diffstat (limited to 'Python/frozen.c')
0 files changed, 0 insertions, 0 deletions