[New-bugs-announce] [issue8154] os.execlp('true') crashes the interpreter on 2.x

Matthias Klose report at bugs.python.org
Tue Mar 16 13:05:43 CET 2010


New submission from Matthias Klose <doko at debian.org>:

calling os.execlp('true') with the wrong number of arguments (missing 2nd arg), the interpreter crashes. fixed in 3.x, this is a backport of the patch to 2.x

----------
components: Extension Modules
files: p.diff
keywords: patch
messages: 101162
nosy: doko
severity: normal
status: open
title: os.execlp('true') crashes the interpreter on 2.x
versions: Python 2.5, Python 2.6, Python 2.7
Added file: http://bugs.python.org/file16561/p.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8154>
_______________________________________


More information about the New-bugs-announce mailing list