Skip to content
Snippets Groups Projects
Verified Commit 2e43bd55 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixes bug that could cause crashes

When using an alias with $i.. parameter without providing enough params
it would expand to subList(i, params.size). If i was larger than the
number of parameters, this would violate an invariant in subList and
cause a crash.

This bug was fixed, additionally the code now matches the functionality
of the desktop version, further bugs introduced while porting the code
have been fixed.
parent 3d3d4e3a
No related branches found
No related tags found
No related merge requests found
Pipeline #304 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment