Message-ID: Content-Type: text/plain; charset="utf-8" X-Mailer: MIME-tools 5.508 (Entity 5.508) X-RT-Interface: Web In-Reply-To: <5a3073d68c236_601632732824454@ss1435.mail> MIME-Version: 1.0 X-RT-Original-Encoding: utf-8 References: <5a3073d68c236_601632732824454@ss1435.mail> Content-Transfer-Encoding: binary Content-Disposition: inline RT-Send-CC: Content-Length: 202 Coverity assumes that all enum values are valid indexes into the array rather than the last one being a count value. I suggest that we replace the _COUNT with _LAST and use _LAST + 1 to size the array.