[issue13703] Hash collision security issue

2012-01-06 Thread Pavel Labushev
Changes by Pavel Labushev p.labus...@gmail.com: -- nosy: +Arach ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13703 ___ ___ Python-bugs-list

[issue11048] import ctypes causes segfault on read-only filesystem

2011-01-29 Thread Pavel Labushev
Pavel Labushev p.labus...@gmail.com added the comment: How to reproduce: # mkdir /mnt/readonly # mount --bind / /mnt/readonly # mount -o remount,ro /mnt/readonly # mount -t proc proc /mnt/readonly/proc # chroot /mnt/readonly python3.2 -c import ctypes Segmentation fault If your python build

[issue11048] import ctypes causes segfault on read-only filesystem

2011-01-28 Thread Pavel Labushev
New submission from Pavel Labushev p.labus...@gmail.com: import ctypes causes segfault on read-only filesystem This regression was introduced in python-2.6.6 and exists in all the later versions. To reproduce run python -c import ctypes on read-only filesystem: (gdb) file python3.2 Reading

[issue9385] python-2.6.5 and 3.2.1 uses 'rwx' mmap() calls for the ctypes module

2010-07-26 Thread Pavel Labushev
Pavel Labushev p.labus...@gmail.com added the comment: Note that the removing of PROT_EXEC flag doesn't break any ctypes test. -- nosy: +Arach ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9385