Tíquete #45508

fc_strrep_resize() not working on NDEBUG build

: 2022-08-29 19:11 Última Atualização: 2022-09-01 07:58

Relator:
Dono:
Tipo:
Estado:
Fechado
Componente:
Marcos:
Prioridade:
5 - Medium
Gravidade:
5 - Medium
Resolução:
Fixed
Arquivo:
1

Details

fc_strrep_resize() has:

#ifndef FREECIV_NDEBUG
bool success = fc_strrep(str, (*len), search, replace);
#endif

The purpose has (clearly?) been to not have 'success' variable in NDEBUG build, but the fc_strrep() call should still be made for its side effects.

Ticket History (3/6 Histories)

2022-08-29 19:11 Updated by: cazfi
  • New Ticket "fc_strrep_resize() not working on NDEBUF build" created
2022-08-29 19:26 Updated by: cazfi
  • Summary Updated
2022-08-29 22:45 Updated by: cazfi
Comentário

fc_strrep_resize() is used only by freeciv-manual. The kind of people who use freeciv-manual are unlikely to be using NDEBUG builds, so I think actual impact of this bug to be really minor.

2022-08-29 23:59 Updated by: cazfi
  • Dono Update from (Nenhum) to cazfi
  • Resolução Update from Nenhum to Accepted
2022-09-01 07:58 Updated by: cazfi
  • Estado Update from Aberto to Fechado
  • Resolução Update from Accepted to Fixed

Attachment File List

Editar

Please login to add comment to this ticket » Login