http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50281
User: cmaynard
Date: 2013/06/30 08:44 PM
Log:
Fix Coverity CID 1040636 (Out-of-bounds read) by changing the loop termination condition from "i < ZBEE_ZCL_NUM_ATTR_ETT" to "i < ZBEE_ZCL_APPL_CTRL_NUM_FUNC_ETT". The former is defined as 64 while the latter is defined as 32 and ett_zbee_zcl_appl_ctrl_func[], which is indexed within the loop, has only 32 entries.
Directory: /trunk/epan/dissectors/
Changes Path Action
+3 -5 packet-zbee-zcl-general.c Modified