Skip to content

Commit f57e6d4

Browse files
authored
Update Answer.md
1 parent c569c07 commit f57e6d4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lab6/Answer.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,17 @@ ID: 510558013
3030
+++ Testing aborted by user +++
3131
[+] We're done here. Have a nice day!
3232
```
33+
34+
### Run Crash Result
35+
```
3336
../src/bmpcomp ./out/crashes/id:000000,sig:06,src:000000,op:flip1,pos:20
3437
size of Herder 54
3538
ASAN:DEADLYSIGNAL
39+
=================================================================
3640
==26947==ERROR: AddressSanitizer: stack-overflow on address 0x7ffec48187a8 (pc 0x563cd7d0b1fb bp 0x7ffec60194e0 sp 0x7ffec48187b0 T0)
3741
#0 0x563cd7d0b1fa in main /home/user/Desktop/lab6/src/hw0302.c:47
3842
#1 0x7fd59ba4fc86 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21c86)
3943
#2 0x563cd7d0bc79 in _start (/home/user/Desktop/lab6/src/bmpcomp+0x2c79)
4044
SUMMARY: AddressSanitizer: stack-overflow /home/user/Desktop/lab6/src/hw0302.c:47 in main
4145
==26947==ABORTING
42-
### Run Crash Result
43-
```
44-
4546
```

0 commit comments

Comments
 (0)