[Development] Making QObject::dumpObjectTree() and QObject::dumpObjectInfo() invokable

Kevin Kofler kevin.kofler at chello.at
Tue Mar 6 15:06:25 CET 2018


Mitch Curtis wrote:
> https://codereview.qt-project.org/#/c/221758/ makes
> QObject::dumpObjectTree() and QObject::dumpObjectInfo() invokable so that
> they can be used from QML.

Would this have any security impact? I'm thinking of issues like ASLR bypass 
or other information leakage, if these end up being invokable from untrusted 
scripts. Or is all the information contained there already available to QML?

        Kevin Kofler




More information about the Development mailing list