Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ld.so: Introduce struct dl_exception | Florian Weimer | 2017-08-10 | 1 | -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. |