hi

Is it possible to create a segment of memory(in c++), such that any attempt to overflow the data would trigger a SIGSEGV?
000000ddddddddd0000
e.g: the critical data lies in "ddddd", any attemp to write "000" would trigger SIGSEGV or crash the progam.
thanks!