about summary refs log tree commit diff
path: root/elf/dl-exception.c
Commit message (Collapse)AuthorAgeFilesLines
* ld.so: Introduce struct dl_exceptionFlorian Weimer2017-08-101-0/+202
This commit separates allocating and raising exceptions. This simplifies catching and re-raising them because it is no longer necessary to make a temporary, on-stack copy of the exception message.