-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Line 74 in b1bb8a6
| symbol = scope_add_symbol(lemon, |
Line 369 in b1bb8a6
| tmobject = lobject_create(lemon, sizeof(struct ltmobject), ltmobject_method); |
Line 531 in b1bb8a6
| symbol = scope_add_symbol(lemon, lemon->l_global, name, SYMBOL_GLOBAL); |
Line 931 in b1bb8a6
| frame = machine_peek_frame(lemon); |
The functions called in these lines are consistently checked for null except in these instances. The lack of a null check could mask bugs.
Metadata
Metadata
Assignees
Labels
No labels