diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-11-03 12:18:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-03 12:18:50 +0200 |
commit | 22bbb0c4c7ba4cfddea3f4cec03f50be34479516 (patch) | |
tree | 9f89a72ce2678923aedecdafc650908782a6d36e /Lib/test/bad_coding.py | |
parent | 27dc6dbafeb26ce2c5141121debd825f7666aa53 (diff) | |
download | cpython-git-22bbb0c4c7ba4cfddea3f4cec03f50be34479516.tar.gz |
[3.10] gh-98740: Fix validation of conditional expressions in RE (GH-98764) (GH-99046)
In very rare circumstances the JUMP opcode could be confused with the
argument of the opcode in the "then" part which doesn't end with the
JUMP opcode. This led to incorrect detection of the final JUMP opcode
and incorrect calculation of the size of the subexpression.
NOTE: Changed return value of functions _validate_inner() and
_validate_charset() in Modules/_sre/sre.c. Now they return 0 on success,
-1 on failure, and 1 if the last op is JUMP (which usually is a failure).
Previously they returned 1 on success and 0 on failure.
(cherry picked from commit e9ac890c0273aee413aa528cc202c3efa29f1d7a)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Lib/test/bad_coding.py')
0 files changed, 0 insertions, 0 deletions