Fixed the case where we were iterating from the right to the left and we
only needed to read one word of the source to compute the rightmost dst word. We were reading two words which made load seg-fault because next src word was on a different page (that wasn't mapped in).
Please register or sign in to comment