Merged
requested to merge github/fork/richardjrossiii/richardross.undefined.behavior.fix into master
Created by: richardjrossiii
Simple issue, you can't just cast a block type to another and expect it to work on every arch. For archs like PPC, this could have devastating stack-smashing side effects. Luckily, x86, ARM & friends are much nicer.