Commit 0b785fa
John Zhao
Avoid out-of-bounds access on global data
After enabling address sanitizer at debug build, global_buffer_overflow
is observed while launching the Viewer version 2.56.5. This change is to
address the out-of-bound issue.
Signed-off-by: John Zhao <[email protected]>1 parent 09cf0f6 commit 0b785fa
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
853 | 853 | | |
854 | 854 | | |
855 | 855 | | |
856 | | - | |
| 856 | + | |
| 857 | + | |
857 | 858 | | |
858 | 859 | | |
859 | 860 | | |
| |||
0 commit comments