<div dir="ltr">Yes it uses virtual memory. I confirmed from a LLVM sanitizer contributor.<div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 16, 2020 at 9:35 PM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div>
    <p>On 15/03/2020 17:52, suyash singh wrote:<br>
    </p>
    <blockquote type="cite">
      
      <div dir="ltr">Hello,
        <div>Out of
          <div><a href="http://clang.llvm.org/docs/AddressSanitizer.html" target="_blank">AddressSanitizer</a><span>, </span><a href="http://clang.llvm.org/docs/ThreadSanitizer.html" target="_blank">ThreadSanitizer</a><span>, </span><a href="http://clang.llvm.org/docs/MemorySanitizer.html" target="_blank">MemorySanitizer</a><span>, and </span><a href="http://clang.llvm.org/docs/DataFlowSanitizer.html" target="_blank">DataFlowSanitizer</a><span>.</span> </div>
          <div><br>
          </div>
          <div>Are all of them useful as RTEMS-tools to integrate? Any
            other sanitizers suggested?</div>
        </div>
        <div><br>
        </div>
        <div>Asking as part of my proposed gsoc project,</div>
        <div><a href="https://docs.google.com/document/d/1OerM8Iix7PbDUCyb_J_KEzcMgLbvdqxd4FnK_BqI7XI/edit?usp=sharing" target="_blank">https://docs.google.com/document/d/1OerM8Iix7PbDUCyb_J_KEzcMgLbvdqxd4FnK_BqI7XI/edit?usp=sharing</a></div>
      </div>
    </blockquote>
    I am not sure of these sanitizers can be used in RTEMS at all. We
    don't have virtual memory. Firstly, it would be necessary to check
    for each sanitizer if it uses virtual memory. If yes, then is this
    absolutely necessary or just convenient? Also the sanitizers are not
    available on all LLVM architectures. We have to evaluate if the
    architectures-specific adoptions can be used in RTEMS.<br>
  </div>

</blockquote></div>