[valgrind] [Bug 364058] array overruns are not detected

2016-06-08 Thread Sergey Meirovich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364058 --- Comment #7 from Sergey Meirovich --- Thanks for the explanation. Is that could be concluded by implication from the manual? -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 364058] array overruns are not detected

2016-06-08 Thread Sergey Meirovich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364058 --- Comment #5 from Sergey Meirovich --- Sorry. I indeed missed that. But why next also doesn't trigger any error message? -bash-4.1$ cat t.c int main(int c, char **o) { int stack[2]; stack[0] = c; stack[1] = c++;

[valgrind] [Bug 364058] array overruns are not detected

2016-06-07 Thread Sergey Meirovich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364058 --- Comment #3 from Sergey Meirovich --- Also: -bash-4.1$ gdb ./t GNU gdb (GDB) Red Hat Enterprise Linux (7.2-83.el6) Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

[valgrind] [Bug 364058] array overruns are not detected

2016-06-07 Thread Sergey Meirovich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364058 --- Comment #2 from Sergey Meirovich --- -bash-4.1$ cat t.c int stat[5]; int main(void) { int stack[5]; stat[48] = 111; stack [48] = 1; return stat[48]; } -bash-4.1$ gcc -O0 -g -o t t.c -bash-4.1$

[valgrind] [Bug 364058] array overruns are not detected

2016-06-07 Thread Sergey Meirovich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364058 Sergey Meirovich changed: What|Removed |Added OS|other |Linux -- You

[valgrind] [Bug 364058] New: array overruns are not detected

2016-06-07 Thread Sergey Meirovich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364058 Bug ID: 364058 Summary: array overruns are not detected Product: valgrind Version: 3.11.0 Platform: Compiled Sources OS: other Status: UNCONFIRMED Severity: