Friday, January 18, 2013

null dereferences

Null dereferences are not so much security holes as they are of performance problems. If one attempts to use a pointer that points at null as though it points to legitimate content on the heap it may "invariably result in the failure of the process" per https://www.owasp.org/index.php/Null-pointer_dereference

No comments:

Post a Comment