أحمد المحمودي writes:
>
> Why do you include a convenience copy of fribidi source code in your
> pyfribidi distribution ?
just so that I can tell people to "pip install pyfribidi" intead of
telling them to install the frididi headers first. This can easily be
disabled by setting USE_SYSTEM_
Jakub Wilk writes:
>>The reason is the following (see
>>https://github.com/pediapress/pyfribidi/issues/2):
>>
>> fribidi_utf8_to_unicode consumes at most 3 bytes for a single
>> unicode character, i.e. it does not handle unicode character above
>> 0x.
>
> As far as I can see this is not true.
Package: python-pyfribidi
Architecture: i386
Source: pyfribidi
Version: 0.10.0-2
There's a buffer overflow in pyfribidi:
# python2.6 -c 'import pyfribidi; pyfribidi.log2vis(unichr(0x1)*5)'
Segmentation fault
The reason is the following (see
https://github.com/pediapress/pyfribidi/issues/2):
3 matches
Mail list logo