Dead Store v.2.0.0
オープン
- 主要言語
- C
- スター
- 5.6k
- フォーク
- 510
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
The value written to &oldfree (sds.c, line 1240) is never used.
```C
if (type != SDS_TYPE_5) {
test_cond("sdsMakeRoomFor() free", sdsavail(x) >= step);
oldfree = sdsavail(x);
}
```
One way to correct this error is to reverse the order of lines 1239 and 1240 and replace ```sdsavail (x)> = step``` with ```oldfree> = step```.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。