Commit 19c0a313 authored by Matthew Vogt's avatar Matthew Vogt Committed by Qt by Nokia
Browse files

Do not permit excessive recursion in component creation


Limit recursion during component creation to prevent infinite
recursion resulting in a crash.  Recursion results from invoking
createObject() in the Component.onCompleted handler.

Task-number: QTBUG-25439
Change-Id: Ica2ba099d82b5747c938501af04e67f7ace8402e
Reviewed-by: default avatarMichael Brasser <michael.brasser@nokia.com>
parent 49a3883e
Showing with 98 additions and 2 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment