Vulnerability Note VU#162289 Original Release Date: 2008-04-04 | Last Revised: 2008-10-08 Some C compilers optimize away pointer arithmetic overflow tests that depend on undefined behavior without providing a diagnostic (a warning). Applications containing these tests may be vulnerable to buffer overflows if compiled with these compilers. In the C language, given the following types: char *buf; in