Skip to content
  • Simon Feltman's avatar
    Fix invalid read error in argument cleanup code · 6181f724
    Simon Feltman authored
    Always set initial length argument index for arrays to -1. Ensure we don't
    attempt retrieving Python cleanup arguments until we know it is valid.
    This was causing an invalid read in test_gi.TestArray.test_array_out()
    6181f724