SBR: stack array bounds read

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

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

On SPARC systems, Purify also detects access across stack frames. Purify does not support SBR messages on IRIX or HP-UX.

Note: