GNOME Bugzilla – Bug 745306
Fix crash when receiving a NULL string from DOM bindings
Last modified: 2015-02-28 16:43:28 UTC
ephy_web_dom_utils_find_form_auth_elements assumes DOM bindings never return NULL strings, but they do since 2.6.5
Created attachment 298122 [details] [review] Fix crash when receiving a NULL string from DOM bindings As of WebKitGTK+ 2.6.5: "Object DOM bindings API now correctly returns NULL intead of empty strings to be able to differentiate between not present and present but empty." This was causing crashes on e.g. http://www.publico.pt/local/noticia/sindicato-anuncia-adiamento-de-greve-no-metro-de-lisboa-1687386
Comment on attachment 298122 [details] [review] Fix crash when receiving a NULL string from DOM bindings Thanks!
Attachment 298122 [details] pushed as 4e2f394 - Fix crash when receiving a NULL string from DOM bindings