| Store | Cart

Re: [Python-Dev] libffi embedded in CPython

From: Benjamin Peterson <benj...@python.org>
Thu, 18 Dec 2014 15:06:42 -0500

On Thu, Dec 18, 2014, at 14:50, Maciej Fijalkowski wrote:
> well, the problem is essentially that libffi gets patched (e.g. for> ARM) and it does not make it's way to CPython quickly. This is> unlikely to be a security issue (for a variety of reasons, including> ctypes), but it's still an issue I think. Segfaults related to e.g.> stack alignment are hard to debug

Certainly it's a suboptimal situation, but resolving it requires someone
to figure out whether we still need/want whatever patches are in there.
_______________________________________________
Python-Dev mailing list
Pyth...@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/python-dev-ml%40activestate.com

Recent Messages in this Thread
Maciej Fijalkowski Dec 18, 2014 07:13 pm
Steve Dower Dec 18, 2014 07:17 pm
Maciej Fijalkowski Dec 18, 2014 07:27 pm
Benjamin Peterson Dec 18, 2014 07:30 pm
Maciej Fijalkowski Dec 18, 2014 07:50 pm
Benjamin Peterson Dec 18, 2014 08:06 pm
Messages in this thread