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)
This actually caused page faults in memcpy, when they happened to straddle a
page boundary and the adjacent page was not mapped.


No differences found