mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-01 02:02:28 +00:00
Use better memory strategy on Windows
Rather than using the the rollo global to pick addresses, we select them randomly now using a conservative vaspace.
This commit is contained in:
parent
6a5d4ed65b
commit
2018cac11f
13 changed files with 113 additions and 124 deletions
|
@ -275,6 +275,8 @@ TEST(ksnprintf, testMisalignedPointer_wontFormat) {
|
|||
}
|
||||
|
||||
TEST(ksnprintf, testUnterminatedOverrun_truncatesAtPageBoundary) {
|
||||
if (IsWindows())
|
||||
return; // needs carving
|
||||
char *m;
|
||||
char b[32];
|
||||
int gran = getgransize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue