[Freeciv-tickets] [freeciv] #47982: common/unit.c:2475:13: runtime error: index -1 out of bounds for type 'const struct unit_list_link *5'

Back to archive index
OSDN Ticket System norep****@osdn*****
Mon May 8 06:29:52 JST 2023


#47982: common/unit.c:2475:13: runtime error: index -1 out of bounds for type 'const struct unit_list_link *5'

  Open Date: 2023-05-05 10:02
Last Update: 2023-05-08 00:29

URL for this Ticket:
    https://osdn.net//projects/freeciv/ticket/47982
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=47982

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2023-05-08 00:29 Updated by: cazfi

Comment:

Apply also to S2_6

---------------------------------------------------------------------
Ticket Status:

      Reporter: alain_bkr
         Owner: cazfi
          Type: Patches
        Status: Open [Owner assigned]
      Priority: 5 - Medium
     MileStone: 3.0.8
     Component: General
      Severity: 5 - Medium
    Resolution: Accepted
---------------------------------------------------------------------

Ticket details:

About 50% of test games i have :
../../common/unit.c:2483:13: runtime error: index -1 out of bounds for type 'const struct unit_list_link *[5]'
Looking at the code it is a list traversal, with obvious off-by-one error.
Attached patch fixes it, and clarify the code.


-- 
Ticket information of Freeciv project
Freeciv Project is hosted on OSDN

Project URL: https://osdn.net/projects/freeciv/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/freeciv/ticket/47982
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=47982



More information about the Freeciv-tickets mailing list
Back to archive index