Closed
Description
We noticed these two sites as potential null pointer deferences.
Lines 51 to 53 in ebbf393
Lines 130 to 132 in ebbf393
It seems like category_group_enabled
can be null based on the defensive check:
Lines 19 to 23 in ebbf393
But I suspect because of the usage GetCategoryGroupEnabled
is not called with null pointer. Any thoughts?