Kaydet (Commit) bbe16362 authored tarafından Caolán McNamara's avatar Caolán McNamara

ofz#2704 null-dereference read

Change-Id: Iaadec2dfdebd2b2e273d369cc22f48153cd6d213
üst c23cc5d7
......@@ -379,6 +379,7 @@ Picture::Picture()
, pictype(0)
, ishyper(false)
{
memset(&picinfo, 0, sizeof(picinfo));
}
Picture::~Picture()
......
Markdown is supported
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