<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in no-interception.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0f43b929 - sanitizer_common: Try looking up symbols with RTLD_DEFAULT if RTLD_NEXT does not work.</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/compiler-rt/test/ubsan/TestCases/Misc/no-interception.cpp#0f43b929</link>
        <description>sanitizer_common: Try looking up symbols with RTLD_DEFAULT if RTLD_NEXT does not work.If the lookup using RTLD_NEXT failed, the sanitizer runtime libraryis later in the library search order than the DSO that we are tryingto intercept, which means that we cannot intercept this function. Westill want the address of the real definition, though, so look it upusing RTLD_DEFAULT.Differential Revision: https://reviews.llvm.org/D39779llvm-svn: 317930

            List of files:
            /llvm-project-15.0.7/compiler-rt/test/ubsan/TestCases/Misc/no-interception.cpp</description>
        <pubDate>Fri, 10 Nov 2017 22:09:37 +0000</pubDate>
        <dc:creator>Peter Collingbourne &lt;peter@pcc.me.uk&gt;</dc:creator>
    </item>
</channel>
</rss>
