[Python-Dev] Is core dump always a bug? Advice requested (original) (raw)
Guido van Rossum guido at python.org
Mon May 10 23:28:21 EDT 2004
- Previous message: [Python-Dev] Is core dump always a bug? Advice requested
- Next message: [Python-Dev] Is core dump always a bug? Advice requested
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
As long as it's possible to attempt to execute arbitrary strings as bytecode, I'd say ceval should be robust against this.
This ought to be a long-term project then: write a bytecode verifier. It's not a trivial task!
--Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] Is core dump always a bug? Advice requested
- Next message: [Python-Dev] Is core dump always a bug? Advice requested
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]