Ticket #48456

fill_terrain_sprite_array() garbage value used

Open Date: 2023-08-01 21:07 Last Update: 2023-08-20 17:12

Reporter:
Owner:
Type:
Status:
Closed
Component:
MileStone:
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
3

Details

S3_1, clang analyzer:

../../../src/client/tilespec.c:5134:40: warning: The right operand of '+' is a garbage value [core.UndefinedBinaryOperatorResult]
            array_index = array_index * count + n[2];
                                              ^ ~~~~

Ticket History (3/6 Histories)

2023-08-01 21:07 Updated by: cazfi
  • New Ticket "fill_terrain_sprite_array() garbage value used" created
2023-08-02 01:05 Updated by: cazfi
  • Owner Update from (None) to cazfi
  • Resolution Update from None to Accepted
2023-08-20 17:12 Updated by: cazfi
  • Status Update from Open to Closed
  • Resolution Update from Accepted to Fixed

Edit

Please login to add comment to this ticket » Login