Re: RFR: 8323078: Incorrect length argument to g_utf8_strlen in pango.c [v2]

2024-01-08 Thread Kevin Rushforth
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

Re: RFR: 8323078: Incorrect length argument to g_utf8_strlen in pango.c [v2]

2024-01-08 Thread Florian Weimer
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

Re: RFR: 8323078: Incorrect length argument to g_utf8_strlen in pango.c [v2]

2024-01-08 Thread Florian Weimer
> 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

Re: RFR: 8323078: Incorrect length argument to g_utf8_strlen in pango.c

2024-01-05 Thread Kevin Rushforth
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