-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
89ac269
commit dd7ce0c
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## Answers to Lab Exercise 3 Part 2 - SeiP 2024 | ||
Name: Kyriaki Darivaki | ||
### Task 1 | ||
Answer: | ||
### Task 2 | ||
Backtrace: | ||
#0 0x00007ffff7aef9fc in pthread_kill () from /lib/x86_64-linux-gnu/libc.so.6 | ||
#1 0x00007ffff7a9b476 in raise () from /lib/x86_64-linux-gnu/libc.so.6 | ||
#2 0x00007ffff7a817f3 in abort () from /lib/x86_64-linux-gnu/libc.so.6 | ||
#3 0x000055555555cd17 in Airplane::interact (this=0x5555557722c0) | ||
at /Users/kdari/Desktop/SEIP-assignments/Fuzzing-Module-SEiP/exercise2/airplane_object.cpp:68 | ||
#4 0x000055555555d0e3 in main (argc=<optimized out>, argv=<optimized out>) | ||
at /Users/kdari/Desktop/SEIP-assignments/Fuzzing-Module-SEiP/exercise2/main.cpp:26 | ||
Answer: | ||
... |