Skip to content

v2.0.0-pre6: Fix runtime panic on LoadLicenses()

Pre-release
Pre-release
Compare
Choose a tag to compare
@wcn3 wcn3 released this 22 Jul 00:04
· 16 commits to main since this release
It may be possible that the amount of segments is lower than 3 which
caused a runtime panic in the license loader. We now skip those paths to
fix that issue.

Found: https://github.com/cri-o/cri-o/runs/7037925519

Signed-off-by: Sascha Grunert <[email protected]>