PR164: Get rid of mysterious 10 trailing bytes in literal strings.
authorStefan Ring <stefan@complang.tuwien.ac.at>
Thu, 8 Dec 2011 12:40:45 +0000 (13:40 +0100)
committerStefan Ring <stefan@complang.tuwien.ac.at>
Thu, 8 Dec 2011 12:40:45 +0000 (13:40 +0100)
commitacf0a63274918a2d2f63b3621c7c7c2545a7893c
treea18723109f200b3f4247dfea6312886b96041e25
parent4e25f6be9878154a9a7ae28917ed34427cb8ca6a
PR164: Get rid of mysterious 10 trailing bytes in literal strings.
This actually caused page faults in memcpy, when they happened to straddle a
page boundary and the adjacent page was not mapped.
src/vm/string.cpp