Skip to content

Commit db4cfc6

Browse files
committed
a
1 parent 4314501 commit db4cfc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/Info/BF Classes/_MEM/Model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If an object is owned by more than one pointer, MMN Reallocate (i.e., MAL Reallo
3232

3333
## BF Memory Safety
3434

35-
The BF Memory (_MEM) Bugs Model captures temporal memory safety along the x-axis via the flow of operations over the owner (pointer) or the object. It also captures spatial memory safety along the y-axis via the operations that affect the object boundaries.
35+
The BF Memory (_MEM) Bugs Model addresses temporal memory safety along the x-axis via the flow of operations over the owner (pointer) or the object. It also addresses spatial memory safety along the y-axis via the operations that affect the object boundaries.
3636

3737
For example, a pointer must be initialized before it is used, repositioned after reallocation of its object, and reassigned after deallocation of its object. These correspond to Wild Pointer and Dangling Pointer.
3838

0 commit comments

Comments
 (0)