kio bookmarks: Only iterate over element nodes in findToolbar()
Only iterate over element nodes, and filter on <folder> tag. findFirstChild/nextSibling might return a node which is not an QDomElement. toElement will return NULL and accessing it will crash. Possible fix for 320006 Acked by dfaure BUGS: 320006 REVIEW: 113866
Loading
Please register or sign in to comment