CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/01/18 14:46:50
Modified files:
sys/lib/libsa : cread.c
Log message:
If open() failed because the file does not exist, a struct sd for this file
won't be allocated. Check for this in close() so as not to free() bogus
pointers.
