CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2018/10/22 22:01:45
Modified files: libexec/ld.so : boot.c loader.c malloc.c resolve.h util.h Log message: Delay processing of ld.so's own PT_GNU_RELRO section until after environment processing and malloc initialization, and then move variables set by those steps, including malloc's mopts structure, into the .data.rel.ro segment. This protects more data and eliminates the extra padding of the mopts. ok kettenis@