File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ where XXXXXX is the bug number as listed below.
86
86
== 363497
87
87
== 364497
88
88
356817 valgrind.h triggers compiler errors on MSVC when defining NVALGRIND
89
+ 357338 Unhandled instruction for SHA instructions libcrypto Boring SSL
89
90
357833 Setting RLIMIT_DATA to zero breaks with linux 4.5+
90
91
357871 pthread_spin_destroy not properly wrapped
91
92
357887 Calls to VG_(fclose) do not close the file descriptor
@@ -102,11 +103,13 @@ where XXXXXX is the bug number as listed below.
102
103
359767 Valgrind does not support the IBM POWER ISA 3.0 instructions
103
104
359829 Power PC test suite none/tests/ppc64/test_isa_2_07.c uses
104
105
uninitialized data
106
+ 359838 arm64: Unhandled instruction 0xD5033F5F (clrex)
105
107
359871 Incorrect mask handling in ppoll
106
108
360008 Contents of Power vr registers contents is not printed correctly when
107
109
the --vgdb-shadow-registers=yes option is used
108
110
360035 POWER PC instruction bcdadd and bcdsubtract generate result with
109
111
non-zero shadow bits
112
+ 360378 arm64: Unhandled instruction 0x5E280844 (sha1h s4, s2)
110
113
360425 arm64 unsupported instruction ldpsw
111
114
== 364435
112
115
360519 none/tests/arm64/memory.vgtest might fail with newer gcc
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ of 3.11.0 go in here. Bugs that didn't get fixed in 3.11.0 remain in
8
8
351491 Unrecognised instruction in library compiled with -mavx -ffast-math -O3
9
9
351726 vex amd64->IR: 0xC5 0xF3 0xC2 0x15 0xEB 0x7C 0x2 0x0
10
10
[JRS: potentially serious, miscalculated next %RIP]
11
+ [can't repro]
11
12
352549 Valgrind (whether with memchek or callgrind) crashes with
12
13
"unhandled instruction bytes"
13
14
[Probably invalid]
@@ -43,10 +44,6 @@ n-i-bz Remove limit on strd's negative immediates
43
44
44
45
=== VEX/arm64 ==========================================================
45
46
46
- 357338 Unhandled instruction for SHA instructions libcrypto Boring SSL
47
- 359838 arm64: Unhandled instruction 0xD5033F5F (clrex)
48
- 360378 arm64: Unhandled instruction 0x5E280844 (sha1h s4, s2)
49
-
50
47
=== VEX/x86 ============================================================
51
48
52
49
355231 Unhandled Instruction Bytes (SSE4, vmovdqu, "0xC5 0xFA 0x6F 0x2")
You can’t perform that action at this time.
0 commit comments