From: Thomas Jarosch Date: Fri, 2 Sep 2011 12:22:40 +0000 (+0200) Subject: Fix off-by-one buffer size error (detected by PC-lint) X-Git-Tag: v1.0rc1~79 X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=6eb32553b11d97f4a25825229ee51fedd3f33ee8 Fix off-by-one buffer size error (detected by PC-lint) --- diff --git a/src/ftdi.h b/src/ftdi.h index 20ecc26..4e3880e 100644 --- a/src/ftdi.h +++ b/src/ftdi.h @@ -249,7 +249,7 @@ struct ftdi_eeprom /* Special function of FT232R/FT232H devices (and possibly others as well) */ /** CBUS pin function. See CBUS_xxx defines. */ - int cbus_function[9]; + int cbus_function[10]; /** Select hight current drive on R devices. */ int high_current; /** Select hight current drive on A channel (2232C */