K 10 svn:author V 3 kib K 8 svn:date V 27 2019-03-23T16:36:18.888914Z K 7 svn:log V 415 ASLR: check for max_addr after applying randomization, not before. Otherwise resulting address from vm_map_find() migh not satisfy the upper limit. For instance, it could affect MAP_32BIT flag from 64bit processes. Found by: Doug Moore Reviewed by: alc, Doug Moore Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D19688 END