[Short-answer question] Out-of-bound read and write are spat…
Out-of-bound read and write are spatial memory errors, and use-after-free and uninitialized uses are temporal memory errors.Memory safety techniques can prevent such memory errors in principle. However, why are memory safety techniques not adopted in practice yet? Think about the criteria for evaluating a defense mechanism.