Commit 28d2c95a authored by Vansh V. Tibrewal's avatar Vansh V. Tibrewal
Browse files

Handle trace changes due to libc upgrade

- libc stacktraces have changed (again)
- see commit 54d47a80
parent 54d47a80
No related merge requests found
Pipeline #115080 canceled with stage
Showing with 3 additions and 3 deletions
+3 -3
...@@ -12,7 +12,7 @@ int main() { ...@@ -12,7 +12,7 @@ int main() {
// 11 // 11
// stderr: Invalid heap access: address 0x100002000 is not in an allocation or was already freed // stderr: Invalid heap access: address 0x100002000 is not in an allocation or was already freed
// stderr: at /lib/x86_64-linux-gnu/libc.so.6(+0x189f58) // stderr: at /lib/x86_64-linux-gnu/libc.so.6(+0x18a178)
// stderr: ?? // stderr: ??
// stderr: strcpy-avx2.S:612 // stderr: strcpy-avx2.S:612
// stderr: at bin/hello_overflow1(main+0x24) // stderr: at bin/hello_overflow1(main+0x24)
......
...@@ -10,7 +10,7 @@ int main() { ...@@ -10,7 +10,7 @@ int main() {
// 11 // 11
// stderr: Invalid heap access: address 0x100001f9c is not in an allocation or was already freed // stderr: Invalid heap access: address 0x100001f9c is not in an allocation or was already freed
// stderr: at /lib/x86_64-linux-gnu/libc.so.6(+0x189f58) // stderr: at /lib/x86_64-linux-gnu/libc.so.6(+0x18a178)
// stderr: ?? // stderr: ??
// stderr: strcpy-avx2.S:612 // stderr: strcpy-avx2.S:612
// stderr: at bin/hello_use_after_free1(main+0x32) // stderr: at bin/hello_use_after_free1(main+0x32)
......
...@@ -17,7 +17,7 @@ int main() { ...@@ -17,7 +17,7 @@ int main() {
// stdout: HELO // stdout: HELO
// stderr: Invalid heap access: address 0x100001fd8 is not in an allocation or was already freed // stderr: Invalid heap access: address 0x100001fd8 is not in an allocation or was already freed
// stderr: at /lib/x86_64-linux-gnu/libc.so.6(+0x1886f5) // stderr: at /lib/x86_64-linux-gnu/libc.so.6(+0x188915)
// stderr: ?? // stderr: ??
// stderr: strlen-avx2.S:65 // stderr: strlen-avx2.S:65
// stderr: at /lib/x86_64-linux-gnu/libc.so.6(+0x78d15) // stderr: at /lib/x86_64-linux-gnu/libc.so.6(+0x78d15)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment