In LispWorks 5.0 and previous versions, calling
fli:dereference
with a null pointer would return
nil
. In LispWorks 5.1 it now signals an error. You can use
fli:null-pointer-p
to detect null pointers.
This change does not affect
(setf fli:dereference)
which has always signaled an error with a null pointer.