Is it more secure to put it 0 or to put it 1 ?
Or don't touch it.
Or don't touch it.
zirias@ You're right, this is a malloc() story, not so much a vmm story.
Yes, it shouldn't be used anymore - but there may always be surprises similar to this one:Alain De Vos I can only guess here, maybe the ASLR implementation wants to randomize *every* mapped page, which wouldn't play nice with sbrk(2). This shouldn't be a concert for most software though, as nowadays, mmap(2) is used to request memory from the OS.