[Development] How do I fix a vulnerability in Qt. I forward the question to someone, or should I write the code myself?

Thiago Macieira thiago.macieira at intel.com
Thu Jul 9 17:47:37 CEST 2020


On Thursday, 9 July 2020 03:48:18 PDT Lars Knoll wrote:
> The easiest fix for this would probably be to simply change the  "QList<int>
> glyph_indices;" in QFontSubset to a QSet.

That would make the output non-deterministic. If determinism is wanted, a 
sorted container is preferable.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel System Software Products





More information about the Development mailing list