Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs24-24fa
final
Commits
28d2c95a
Commit
28d2c95a
authored
6 months ago
by
Vansh V. Tibrewal
Browse files
Options
Download
Email Patches
Plain Diff
Handle trace changes due to libc upgrade
- libc stacktraces have changed (again) - see commit
54d47a80
parent
54d47a80
master
No related merge requests found
Pipeline
#115080
canceled with stage
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/hello_overflow1.c
+1
-1
tests/hello_overflow1.c
tests/hello_use_after_free1.c
+1
-1
tests/hello_use_after_free1.c
tests/hello_use_after_free2.c
+1
-1
tests/hello_use_after_free2.c
with
3 additions
and
3 deletions
+3
-3
tests/hello_overflow1.c
View file @
28d2c95a
...
@@ -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(+0x18
9f5
8)
// stderr: at /lib/x86_64-linux-gnu/libc.so.6(+0x18
a17
8)
// 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)
...
...
This diff is collapsed.
Click to expand it.
tests/hello_use_after_free1.c
View file @
28d2c95a
...
@@ -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(+0x18
9f5
8)
// stderr: at /lib/x86_64-linux-gnu/libc.so.6(+0x18
a17
8)
// 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)
...
...
This diff is collapsed.
Click to expand it.
tests/hello_use_after_free2.c
View file @
28d2c95a
...
@@ -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(+0x188
6f
5)
// stderr: at /lib/x86_64-linux-gnu/libc.so.6(+0x188
91
5)
// 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)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help