libftdi-git Archives

Subject: port libftdi to libusb-1.0 branch, master, updated. v0.17-246-g6eb3255

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Fri, 2 Sep 2011 14:23:59 +0200 (CEST)
The branch, master has been updated
       via  6eb32553b11d97f4a25825229ee51fedd3f33ee8 (commit)
      from  6a6fcd890466852a9749738585a68b48aaa02136 (commit)


- Log -----------------------------------------------------------------
commit 6eb32553b11d97f4a25825229ee51fedd3f33ee8
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Fri Sep 2 14:22:40 2011 +0200

    Fix off-by-one buffer size error (detected by PC-lint)

-----------------------------------------------------------------------

Summary of changes:
 src/ftdi.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 */


hooks/post-receive
-- 
port libftdi to libusb-1.0

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • port libftdi to libusb-1.0 branch, master, updated. v0.17-246-g6eb3255, libftdi-git <=