
We were calculating the wrong number of words per byte in the first place, and then passing the number of *words* to malloc, which expects the number of *bytes*. Fix both errors
We were calculating the wrong number of words per byte in the first place, and then passing the number of *words* to malloc, which expects the number of *bytes*. Fix both errors