add checking on NULL 3-rd parameter (param) before strcmp to avoid segfault
Details
Details
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
please check a comment.
src/lib/edje/edje_external.c | ||
---|---|---|
149 | Obvisouly, if the param is null, we don't need to perform this for() loop at all. |
Comment Actions
Updating D4424: Edje: add checking on NULL 3-rd parameter in edje_object_part_external_param_type_get()
@fix