[issue1022] use bytes for code objects

Brett Cannon report at bugs.python.org
Mon Sep 3 04:37:02 CEST 2007


Brett Cannon added the comment:

I have security/stability issues with code objects having mutable
bytecode.  This would allow someone to possibly crash the interpreter
with crappy bytecode.  I also have a worry that someone might come up
with some clever way of causing different code to execute through
manipulating what LOAD_GLOBALS or STORE_GLOBALS accesses/sets.

----------
nosy: +brett.cannon

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1022>
__________________________________


More information about the Python-bugs-list mailing list