Re: [Development] C++20 comparisons @ Qt (was: Re: C++20 @ Qt)

2023-09-22 Thread Thiago Macieira
On Friday, 22 September 2023 05:46:27 PDT Marc Mutz via Development wrote: > Where do you draw the line between "Allowing class developers to > implement the three-way comparison such that Qt can make use of it is > fine." and "Providing an API for three-way comparison in C++17 does not > need to h

Re: [Development] C++20 comparisons @ Qt (was: Re: C++20 @ Qt)

2023-09-22 Thread Marc Mutz via Development
On 21.09.23 18:02, Thiago Macieira wrote: > On Thursday, 21 September 2023 02:10:22 PDT Ivan Solovev via Development > wrote: >> But I'd say that if someone wants to implement three-way comparison for >> their classes in C++17, then a bit better understanding of the language >> features is a reason

Re: [Development] [Announce] Two Qt security advisorys: GDI Font Engine & WebP image format

2023-09-22 Thread List for announcements regarding Qt releases and development via Announce via Development
It seems that the links were incorrect in my previous email so here is the whole thing again with the correct links. Apologies for any inconvenience caused! An issue on Windows with the GDI font engine has been reported and has been assigned the CVE id CVE-2023-43114. When corrupt font data i

[Development] [Announce] Two Qt security advisorys: GDI Font Engine & WebP image format

2023-09-22 Thread List for announcements regarding Qt releases and development via Announce via Development
An issue on Windows with the GDI font engine has been reported and has been assigned the CVE id CVE-2023-43114. When corrupt font data is passed to the GDI font engine via QFontDatabase::addApplicationFont[FromData] then it can trigger a crash in the application. Solution: As a workaround, val