null pointers
null pointers
Posted Mar 19, 2008 21:22 UTC (Wed) by quotemstr (subscriber, #45331)In reply to: null pointers by nix
Parent article: Who maintains dpkg?
No go. How would dlsym() work if that were true? Also, an IA64 function pointer is a pointer to a function descriptor, which is a pair of values -- a pointer to the start of the code and the global pointer to use for that function. The pointer to the descriptor is a normal data pointer, and is what corresponds to the C-level function pointer.
Posted Mar 19, 2008 21:48 UTC (Wed)
by nix (subscriber, #2304)
[Link]
null pointers
Ah, oops. Forgot about that. (It's tripped me up before, too.)
(I still have memories of pointer sizing bugs in the area of dlsym(), but
I can't remember what they were.)