Files
releases/types
Torin Sandall 4d8bd0f516 types: Fix constant select on array types
If a negative array index was hardcoded in the policy it would cause a
panic (e.g., arr[-1]). This patch just fixes the select function to
return nil like it does for out-of-bounds.

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2019-11-08 09:38:00 -05:00
..