mbind: fix processing when new range ovarlaps existing range(s)

Change-Id: I240a0205f0d836e4ff1a16b6739a3b366543bc06
Refs: #1384
This commit is contained in:
Ken Sato
2020-01-16 11:33:55 +09:00
parent f00d03445c
commit 83bbb87a0f
13 changed files with 1038 additions and 46 deletions

11
test/issues/1384/Makefile Normal file
View File

@ -0,0 +1,11 @@
CFLAGS=-g
LDFLAGS=-lnuma
TARGET=C1384T01 C1384T02 C1384T03 C1384T04 C1384T05 C1384T06
all: $(TARGET)
test: all
./C1384.sh
clean:
rm -f $(TARGET) *.o *.txt