LGTM.com - false positive for cpp/toctou-race-condition
未關閉
C++
false-positive
- 主要語言
- CodeQL
- 星號
- 10.1k
- 分支
- 2.1k
- 平均合併
- 2 天 15 小時
- 30 天內合併 PR
- 141
描述
**Description of the false positive**
Even though the code first does a `stat` and then after that an `open` on the same file, it still afterwards checks that the `open` call succeeded before operating on the file descriptor. Thus, there is no toctou race condition. I understand that this can be considered an edge case, but still reporting it here for consideration.
**URL to the alert on the project page on LGTM.com**
https://lgtm.com/projects/g/DOMjudge/domjudge/snapshot/66789bbc091123b7a00dc368032b9dbb5f3e0e96/files/judge/evict.c?sort=name&dir=ASC&mode=heatmap#x5362a542144696a7:1
貢獻指南
評估
這個 Issue 還沒有評估資料。