Skip to content

Commit c0beebe

Browse files
authored
Update Answer.md
1 parent 309c4bd commit c0beebe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

lab6/Answer.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,16 @@ ID: 511558025
3838

3939
### Run Crash Result
4040
```
41+
../src/bmpcomp ./out/crashes/id:000000,sig:06,src:000000,op:flip1,pos:20
42+
size of Herder 54
43+
ASAN:DEADLYSIGNAL
44+
=================================================================
45+
==26947==ERROR: AddressSanitizer: stack-overflow on address 0x7ffec48187a8 (pc 0x563cd7d0b1fb bp 0x7ffec60194e0 sp 0x7ffec48187b0 T0)
46+
#0 0x563cd7d0b1fa in main /home/user/Desktop/lab6/src/hw0302.c:47
47+
#1 0x7fd59ba4fc86 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21c86)
48+
#2 0x563cd7d0bc79 in _start (/home/user/Desktop/lab6/src/bmpcomp+0x2c79)
49+
50+
SUMMARY: AddressSanitizer: stack-overflow /home/user/Desktop/lab6/src/hw0302.c:47 in main
51+
==26947==ABORTING
4152
4253
```

0 commit comments

Comments
 (0)