[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] Announcing FreeType 2.7.1
From: |
Marek Kasik |
Subject: |
Re: [ft-devel] Announcing FreeType 2.7.1 |
Date: |
Tue, 3 Jan 2017 13:24:21 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 |
On 01/02/2017 10:10 PM, Werner LEMBERG wrote:
>
>>> No. Appending an element to a public structure that is accessed
>>> via a pointer only is ABI compatible for C. At least this is how I
>>> understand the issue.
>>
>> Yes, this is not a problem when it is accessed via pointer but it
>> still can be accessed directly (although it is unlikely). Also,
>> using sizeof() on it similarly to the one in TT_Get_MM_Var() could
>> cause some problems.
>
> Let's see whether there will be any reports :-) Due to the recent bug
> reports I fear that I have to release 2.7.2 very soon...
Ok, let's see :). I'll push it to Fedora rawhide for now. Thank you for
your reply.
> Werner
Marek