ao-tools: ao-list was crashing with more than 3 devices connected
authorKeith Packard <keithp@keithp.com>
Sat, 13 Aug 2011 22:00:14 +0000 (15:00 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 14 Aug 2011 01:44:26 +0000 (18:44 -0700)
commit3b87dd6f46922cf5f98deb2dffa2148c4244e48e
tree3d183fcfda9d3f99334c2fe0b9bb11b0a80e6a32
parent640422c028a2be898aa3a9048a0f6fad2e43dd8d
ao-tools: ao-list was crashing with more than 3 devices connected

the list of devices was getting realloced for each new device, but
that realloc was too small.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/lib/cc-usbdev.c