SFU ID: hareetd
Github username: hareetd
Line and file: Unsure about the line but file is either read_matrix or test_read_matrix
Expected behavior: Print matrix to screen
Observed behavior: See attached image
Question:
When I run test_read_matrix it results in an illegal memory access. I've double-checked that im using the correct pointers returned by malloc and loading the rows/cols from them properly but I still can't figure out what's wrong.