weboob-devel/modules/quvi
Romain Bignon d961459349 quvi: fix crashes on calls to quvi functions
When a function returns a char*, it is necessary to tell it to ctypes,
instead it returns an integer. On a 64 bits CPU, pointers can overflow the
integer, and result to an unvalid pointer given to c_char_p.
2013-09-08 19:09:32 +02:00
..
__init__.py new video backend: quvi 2013-09-07 22:23:09 +02:00
backend.py quvi: fix crashes on calls to quvi functions 2013-09-08 19:09:32 +02:00
favicon.png new video backend: quvi 2013-09-07 22:23:09 +02:00
quvi.py quvi: fix crashes on calls to quvi functions 2013-09-08 19:09:32 +02:00
test.py new video backend: quvi 2013-09-07 22:23:09 +02:00