Uninitialized memory is compared.
authorMartin Jones <martin.jones@nokia.com>
Thu, 5 May 2011 03:24:32 +0000 (13:24 +1000)
committerMartin Jones <martin.jones@nokia.com>
Mon, 30 May 2011 05:47:52 +0000 (15:47 +1000)
commitd58472c1b1727b5695c692ab8e99545b5b6c1158
tree16ad2496cd8dd13e6515002742b123dfb9712633
parentdcb9148091cbf6872b60407c301d7c92427583a6
Uninitialized memory is compared.

Memory is allocated and used without first clearing it.  At
the least this annoys valgrind, but also has potential for real
problems.

Change-Id: Icf3fd39f44ee0481dd732510e7f8b3ad6cef477d
Task-number: QTBUG-15187
Reviewed-by: Aaron Kennedy
(cherry picked from commit 95aa4e4f9b82c3652ffc93310b190db869d491df)
src/declarative/qml/qdeclarativeproperty.cpp
src/declarative/qml/qmetaobjectbuilder.cpp