[Python-modules-team] Bug#722573: pyudev: unsafe library loading

Julien Cristau jcristau at debian.org
Thu Sep 12 12:14:41 UTC 2013


Source: pyudev
Version: 0.13-1
Severity: important

pyudev should load the libudev it knows about, not use
find_library('udev') and just assume that happens to be the right ABI.

So IMO this should be replaced by libudev = CDLL('libudev.so.1',
use_errno=True) without going through find_library.

Cheers,
Julien
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20130912/458279a3/attachment.sig>


More information about the Python-modules-team mailing list