Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize the memory used for bytearrays
We were accessing uninitialized memory whenever using bytearrays which causes valgrind to complain. Now that memory is just initialized to 0
- Loading branch information