- Don't access list nodes after their memory has been freed.
commit1182d474227b536299a930a35cfa5d04b23325fb
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 2 Nov 2012 20:43:31 +0000 (2 20:43 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 2 Nov 2012 20:43:31 +0000 (2 20:43 +0000)
tree2d143417a099851ce01c01c03d6762fb1bb4e195
parent9a9d82f1897fbc12583ed93cf60faa12574facb2
 - Don't access list nodes after their memory has been freed.
 - Don't use partition.library functions after we've closed it.
 - Clear SCSI command structure before use.
 - Safer extraction of Identify Command strings (even if this command
   doesn't work because it is an ATA command, not a SCSI command).
 - Improved debug output.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45983 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
workbench/tools/HDToolBox/gui.c
workbench/tools/HDToolBox/harddisks.c
workbench/tools/HDToolBox/main.c
workbench/tools/HDToolBox/partitions.c