munmap: Change permission of VMA back to RWX on unmap
Change-Id: Ic02098e7458dd8fa2961fb03dc32e37fb18c5dc5 Refs: #988
This commit is contained in:
committed by
Masamichi Takagi
parent
c371fbf13b
commit
18412616e1
11
test/issues/988/Makefile
Normal file
11
test/issues/988/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
CFLAGS=-g
|
||||
LDFLAGS=
|
||||
|
||||
TARGET=C988
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
test: all
|
||||
./C988.sh
|
||||
clean:
|
||||
rm -f $(TARGET) *.o *.txt
|
||||
Reference in New Issue
Block a user