[Webkit-unassigned] [Bug 91833] [EFL] Check parameters of ewk APIs in ewk_security_origin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 20 03:14:19 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=91833





--- Comment #3 from Christophe Dumez <christophe.dumez at intel.com>  2012-07-20 03:14:21 PST ---
(From update of attachment 153455)
View in context: https://bugs.webkit.org/attachment.cgi?id=153455&action=review

> Source/WebKit/efl/ewk/ewk_security_origin.cpp:63
> +    EINA_SAFETY_ON_NULL_RETURN_VAL(origin, 0);

You need to document this failure case return value in the header.

> Source/WebKit/efl/ewk/ewk_security_origin.cpp:69
> +    EINA_SAFETY_ON_NULL_RETURN_VAL(origin, 0);

Ditto.

> Source/WebKit/efl/ewk/ewk_security_origin.cpp:80
> +    EINA_SAFETY_ON_NULL_RETURN_VAL(origin, 0);

Ditto.

> Source/WebKit/efl/ewk/ewk_security_origin.cpp:112
> +    EINA_SAFETY_ON_NULL_RETURN_VAL(origin, 0);

Ditto.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list