Incidencia #45538

gtk2 themes.c clang analyzer warning

Abrir Fecha: 2022-09-01 00:50 Última actualización: 2022-09-04 18:38

Informador:
Propietario:
Tipo:
Estado:
Cerrado
Componente:
Prioridad:
5 - Medium
Gravedad:
5 - Medium
Resolución:
Fixed
Fichero:
1

Details

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
  • Propietario Update from (Ninguno) to cazfi
  • Resolución Update from Ninguno to Accepted
2022-09-04 18:38 Updated by: cazfi
  • Estado Update from Open to Cerrado
  • Resolución Update from Accepted to Fixed

Editar

Please login to add comment to this ticket » Entrar