|
|
|
|
|
by pjmlp
3167 days ago
|
|
The problem in C derivative languages is that it isn't enough. There is no guarantee that the pointers are valid, even if not null. So besides checking for null, to be correct we need to call OS APIs to check for pointer integrity as well. |
|