Commit 590b0fef authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Fix off-by-one issue in slurm_option_get_next_set().

Using an index value equal to the number of elements puts you one past
the end of the array, modify conditional to >= instead.

CID 197759.
parent da69904b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment