Popular repositories
dcb314 doesn’t have any public repositories yet.
75 contributions in the last year
Contribution activity
October 2017
Created an issue in rpm-software-management/rpm
that received 2
comments
rpm-4.14.0/tools/debugedit.c:2144]: (style) Array index 'lndx' is used before limits check.
Source code is
while (r_offset > (dso->lines.table[lndx].old_idx + 4 + dso->lines.table[lndx].unit_length) && lndx < dso->lines.used) lndx++;
Sug…