Hello,

I use QDataStream to serialize QByteArray and QVariantHash (i.e. get QByteArray and QVariantHash objects from stream).

I use this to process data from connections in my own custom server (publicly accessible).

Is it safe to use QDataStream? E.g. can it crash / stack overflow / etc. on malformed data?

I've found ticket in which it's stated that one should not use QDataStream to parse data from untrused source. Is it still true?

https://bugreports.qt.io/browse/QTBUG-28518

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to