Skip to content

Commit 6b598be

Browse files
authored
Update Answer.md
1 parent 9872738 commit 6b598be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lab5/Answer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,4 @@ int main() {
225225
}
226226
```
227227
### Why
228-
陣列a大小為10,當取得第一個element的指標後,為了避開redzone,所以再把指標往後移動11個位置,但是,ASan會在程式執行期間監視記憶體存取,並在檢測到不正確的記憶體存取時引發錯誤。
228+
陣列a大小為10,當取得第一個element的指標後,為了避開redzone,所以再把指標往後移動11個位置,但是,ASan會在程式執行期間監視記憶體存取,並在檢測到不正確的記憶體存取時引發錯誤。

0 commit comments

Comments
 (0)