SBW: stack array bounds write

An SBW message indicates that your program is about to write across stack frame boundaries. This is similar to an ABW, but concerns a local variable instead of a malloc'd block.

An SBW error can be caused by any of the following:

Notes: