Issue #2999 has been updated by dillon. Status changed from New to Closed
Fix committed by swildner ---------------------------------------- Bug #2999: usr.bin/bdes/bdes.c: 2 * array index check in wrong place ? http://bugs.dragonflybsd.org/issues/2999#change-13115 * Author: dcb * Status: Closed * Priority: Normal * Assignee: * Category: * Target version: ---------------------------------------- 1. usr.bin/bdes/bdes.c:365]: (style) Array index 'i' is used before limits check. Source code is for (i = 0; ibuf[i] && i < 16; i++) 2. usr.bin/bdes/bdes.c:385]: (style) Array index 'i' is used before limits check. Duplicate. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account
