We have an array that is oversized for alignment purposes, such that off by one errors are not caught by the usual mechanisms.
Is it possible to protect a small, arbitrary region (16 bytes at the beginning and end of an array) in Windows, such that it causes an access violation? Language is C++.