search for: r342783

Displaying 1 result from an estimated 1 matches for "r342783".

2018 Sep 18
2
suggested bug fix in RTDyldObjectLinkingLayer
In certain circumstances, RTDyldObjectLinkingLayer dereferences a null pointer. Specifically, that happens if you add a linking object which, for some reason, is never finalized, and you specify a function to be called when objects are freed. Admittedly, that must not happen very often, but it can happen in our application, causing it to crash. Might I suggest the following patch? Geoff ---