Make parsing of input better protected against out of bounds access.
The existing parser can crash cause out of bounds array access in two different cases: - The first line being empty. - Successive lines using a different number of columns. This should fix #2.
Please register or sign in to comment