Hello, i detected an overlapping data buffer at file "linux-2.6.29.3/drivers/scsi/gdth_proc.c" For detection, i used the static code analysis tool cppcheck. It prints the following message: [linux-2.6.29.3/drivers/scsi/gdth_proc.c:199]: (error) Overlapping data buffer hrec Take a loop at file gdth_proc.c at line 199: sprintf(hrec,"%s,%d", hrec, reserve_list[i]); Here, hrec is used by iteself at the sprintf statement, this is dangerous!!!! Best regards Ettl Martin
alan: have a commit id for the fix handy?
patch: http://permalink.gmane.org/gmane.linux.scsi/51819
To my mind, this can be closed here.