criu/crit/crit
Adrian Reber 615ccf98cf crit: do not crash on aarch64 doing 'crit x ./ rss'
Running 'crit x ./ rss' on aarch64 crashes with:

    File "/home/criu/crit/crit/__main__.py", line 331, in explore_rss
      while vmas[vmi]['start'] < pme:
            ~~~~^^^^^
  IndexError: list index out of range

This adds an additional check to the while loop to do access indexes out
of range.

Signed-off-by: Adrian Reber <areber@redhat.com>
2024-09-19 15:23:42 -07:00
..
__init__.py lib: use separate packages for pycriu and crit 2023-11-27 16:47:16 -08:00
__main__.py crit: do not crash on aarch64 doing 'crit x ./ rss' 2024-09-19 15:23:42 -07:00