Commit fa3a25f8762169c5f0d586ee597d3918b0cf4b94

Luke Dashjr 2012-08-10T22:19:17

Bugfix: bitforce: Allocate enough space for FTDI description pointers Con's uglify of the FTDI autodetect replaced a standard C99 array with non-standard alloca that needs the developer to specify the size in bytes rather than elements, but he didn't account for pointer size at all