チケット #45985

sdl2: 'count' in popup_diplomatic_objects() unsigned

登録: 2022-10-27 10:27 最終更新: 2022-11-06 00:56

報告者:
担当者:
チケットの種類:
状況:
完了
コンポーネント:
マイルストーン:
優先度:
5 - 中
重要度:
5 - 中
解決法:
修正済み
ファイル:
2

詳細

To human eye, 'count' in popup_diplomatic_objects() is clearly always positive (initialized as 0, and ever only increased by 1). Clang analyzer seems to fail realize that, as it gives warning about division by zero that could happen only if 'count < 0' (count must be smaller than the divider). Formally declaring 'count' unsigned makes the warning to go away.

チケットの履歴 (5 件中 3 件表示)

2022-10-27 10:27 更新者: cazfi
  • 新しいチケット "sdl2: 'count' in popup_diplomatic_objects() unsigned" が作成されました
2022-10-30 04:08 更新者: cazfi
  • 担当者(未割り当て) から cazfi に更新されました
  • 解決法なし から 受領 に更新されました
コメント

Attached patches touch a couple of other variables too (size, width and height, related ones)

2022-11-06 00:56 更新者: cazfi
  • 状況オープン から 完了 に更新されました
  • 解決法受領 から 修正済み に更新されました

編集

このチケットにコメントを追加するには、ログインが必要です » ログインする