mirror of
https://github.com/python/cpython.git
synced 2026-06-08 10:53:30 +00:00
ass_subscript_slice() returned early when the computed slice length was zero, bypassing validation performed for non-empty slices. |
||
|---|---|---|
| .. | ||
| clinic | ||
| blob.c | ||
| blob.h | ||
| connection.c | ||
| connection.h | ||
| cursor.c | ||
| cursor.h | ||
| microprotocols.c | ||
| microprotocols.h | ||
| module.c | ||
| module.h | ||
| prepare_protocol.c | ||
| prepare_protocol.h | ||
| row.c | ||
| row.h | ||
| statement.c | ||
| statement.h | ||
| util.c | ||
| util.h | ||