Source: python-liblas Version: 1.2.1-1 Severity: minor
liblas/core.py contains the following line:
free = ctypes.CDLL(find_library('libc.so.6')).free
This is not how find_library() is supposed to be called (it should be:
"find_library('c')"), and as a consequence find_library() always returns
None here.
-- Jakub Wilk
signature.asc
Description: Digital signature

