Skip to content

Fix incorrect boundary check (off by one)

Goetz Gaycken requested to merge goetz/athena:master_fix_boundary_check into master

Without this fixes elements might be stored or access outside the array bounds.

Merge request reports