On Wed, 24 Apr 2002, Michael Cardenas wrote:
Attached is a patch that corrects martin wilck's previous patch. It just adds an if flags before deref'ing the flags variable. Not sure if this is the most correct, but it corrects the crash.
So flags is really an invalid pointer - can you see from which routine FILE_GetUnixHandleType is called ? That is where we should fix the bug IMO.
Martin