Skip to content
Snippets Groups Projects
Commit 168350cd authored by Tom Collins's avatar Tom Collins Committed by Paul Sokolovsky
Browse files

py/objstringio: Prevent offset wraparound for io.BytesIO objects.

Too big positive, or too big negative offset values could lead to overflow
and address space wraparound and thus access to unrelated areas of memory
(a security issue).
parent 387a8d26
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment