Menu

#2240 Beam, deref of potential Null pointers.

Code_Cleanup
pending-fixed
sfcc (103)
5
2011-06-29
2011-06-29
No

-- ERROR2 /*operating on NULL*/ >>>ERROR2___oft_setClassName_589d9d1ce973511c
"backend/cimxml/objectpath.c", line 153: invalid operation involving NULL pointer
ONE POSSIBLE PATH LEADING TO THE ERROR:
"backend/cimxml/objectpath.c", line 147: the ?-condition is true
"backend/cimxml/objectpath.c", line 149: the if-condition is false (used as evidence that error is possible)
"backend/cimxml/objectpath.c", line 153: using operation `->' to dereference NULL pointer `o'

VALUES AT THE END OF THE PATH:
o = 0
classname != 0
(struct native_cop *) cop = 0
cop = 0 at function entry

and similar

Discussion

  • Michael Chase-Salerno

    • status: open --> pending-fixed
     

Log in to post a comment.