待辦事項 #45538

gtk2 themes.c clang analyzer warning

啟用日期: 2022-09-01 00:50 最後更新: 2022-09-04 18:38

回報者:
負責人:
類型:
狀態:
關閉
元件:
里程碑:
優先權:
5 - 中
嚴重程度:
5 - 中
處理結果:
修正
檔案:
1

細節

There's one clang analyzer warning on S3_0 in gtk2-client only (not other gtk-clients).

It assumes that f in 'fi' in load_default_files() can be NULL. Looks like false positive to me - likely caused by the fact that 'num_default_files' is not a local variable, and the analyzer is worried about it changing outside the function.

Ticket History (3/4 Histories)

2022-09-01 00:50 Updated by: cazfi
  • New Ticket "gtk2 themes.c clang analyzer warning" created
2022-09-01 01:01 Updated by: cazfi
  • 負責人 Update from (無) to cazfi
  • 處理結果 Update from to Accepted
2022-09-04 18:38 Updated by: cazfi
  • 狀態 Update from 開啟 to 關閉
  • 處理結果 Update from Accepted to 修正

編輯

Please login to add comment to this ticket » 登入