Re: [PATCH] Patches for unchecked pointers in various drivers

2001-05-13 Thread David Woodhouse
[EMAIL PROTECTED] said: > We've identified several unchecked pointers using the Stanford checker > and have produced patches for them: > FTL (a memory card driver) Patch applied to the master CVS, along with a cleanup on the immediately subsequent malloc check too. It'll be in my next merge to

[PATCH] Patches for unchecked pointers in various drivers

2001-05-12 Thread Frederick Akalin
Hi, We've identified several unchecked pointers using the Stanford checker and have produced patches for them: DAC960 PCMCIA bulkmem.c ISDN-hisax FTL (a memory card driver) md.c PCMCIA rsrc_mgr.c sd.c from the scsi driver The patches follow. -- Frederick Akalin, Praveen Srinivasan --- ../linux