On Mon, 8 Jan 2024 10:16:45 GMT, Florian Weimer wrote:
>> 8323078: Incorrect length argument to g_utf8_strlen in pango.c
>
> Florian Weimer has refreshed the contents of this pull request, and previous
> commits have been removed. The incremental views will show differences
> compared to the pr
On Fri, 5 Jan 2024 18:48:25 GMT, Kevin Rushforth wrote:
>> Florian Weimer has refreshed the contents of this pull request, and previous
>> commits have been removed. The incremental views will show differences
>> compared to the previous content of the PR. The pull request contains one
>> new
> 8323078: Incorrect length argument to g_utf8_strlen in pango.c
Florian Weimer has refreshed the contents of this pull request, and previous
commits have been removed. The incremental views will show differences compared
to the previous content of the PR. The pull request contains one new commi
On Fri, 5 Jan 2024 17:52:03 GMT, Florian Weimer wrote:
> 8323078: Incorrect length argument to g_utf8_strlen in pango.c
I wonder if casting to `gssize` would be better than removing the cast
entirely? Are there any platforms on which `gssize` could be a 32-bit int? If
so, there might still be