<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MemorySanitizer: use-of-uninitialized-value in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MemorySanitizer-use-of-uninitialized-value/m-p/1512687#M167630</link>
    <description>&lt;P&gt;Take the following test program:&lt;/P&gt;&lt;PRE&gt;program my_program&lt;BR /&gt;print*,'Hello!'&lt;BR /&gt;print*,'Now we are here'&lt;BR /&gt;end program my_program&lt;/PRE&gt;&lt;P&gt;And I compile it with the following line:&lt;/P&gt;&lt;PRE&gt;/opt/intel/oneapi/compiler/2023.2.1/linux/bin/ifx -check all my_program.F90 -o my_program.x&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run ./my_program.x, I get:&lt;/P&gt;&lt;PRE&gt;Hello!&lt;BR /&gt;Uninitialized bytes in __interceptor_write at offset 0 inside [0x725000000000, 10)&lt;BR /&gt;==20147==WARNING: MemorySanitizer: use-of-uninitialized-value&lt;BR /&gt;#0 0x4a83c7 (/home/user/LLVM/SimpleTest/my_program.x+0x4a83c7) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#1 0x4a913e (/home/user/LLVM/SimpleTest/my_program.x+0x4a913e) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#2 0x493251 (/home/user/LLVM/SimpleTest/my_program.x+0x493251) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#3 0x48f472 (/home/user/LLVM/SimpleTest/my_program.x+0x48f472) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#4 0x488724 (/home/user/LLVM/SimpleTest/my_program.x+0x488724) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#5 0x40a0f8 (/home/user/LLVM/SimpleTest/my_program.x+0x40a0f8) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#6 0x7fbc47c3ad84 (/lib64/libc.so.6+0x3ad84) (BuildId: 1356e140fb964a20b0d2838960ee69ca6faeb034)&lt;BR /&gt;#7 0x409fcd (/home/user/LLVM/SimpleTest/my_program.x+0x409fcd) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;&lt;BR /&gt;Uninitialized value was created by a heap allocation&lt;BR /&gt;#0 0x4168b6 (/home/user/LLVM/SimpleTest/my_program.x+0x4168b6) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#1 0x48cff2 (/home/user/LLVM/SimpleTest/my_program.x+0x48cff2) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#2 0x4b7ec9 (/home/user/LLVM/SimpleTest/my_program.x+0x4b7ec9) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#3 0x4a68ca (/home/user/LLVM/SimpleTest/my_program.x+0x4a68ca) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#4 0x48ef23 (/home/user/LLVM/SimpleTest/my_program.x+0x48ef23) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#5 0x488724 (/home/user/LLVM/SimpleTest/my_program.x+0x488724) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#6 0x40a0f8 (/home/user/LLVM/SimpleTest/my_program.x+0x40a0f8) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#7 0x7fbc47c3ad84 (/lib64/libc.so.6+0x3ad84) (BuildId: 1356e140fb964a20b0d2838960ee69ca6faeb034)&lt;BR /&gt;&lt;BR /&gt;SUMMARY: MemorySanitizer: use-of-uninitialized-value (/home/user/LLVM/SimpleTest/my_program.x+0x4a83c7) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e) &lt;BR /&gt;Exiting&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I suspect this is a bug?&lt;/P&gt;</description>
    <pubDate>Wed, 09 Aug 2023 23:28:24 GMT</pubDate>
    <dc:creator>AlexRichert-RedLine</dc:creator>
    <dc:date>2023-08-09T23:28:24Z</dc:date>
    <item>
      <title>MemorySanitizer: use-of-uninitialized-value</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MemorySanitizer-use-of-uninitialized-value/m-p/1512631#M167626</link>
      <description>&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;When compiling with ifx in my GitHub CI based on the latest Intel OneAPI (2023.2.1), I get a bunch of code tests that fail, but I can make the issue go away by using 2023.1.0. Is there a way to pin down whether this is a compiler bug, an issue with the code, or both? I thought'-fno-sanitize' and/or '-nocheck' might make it go away but those did not work.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="none"&gt;2: Uninitialized bytes in __interceptor_write at offset 0 inside [0x725000000000, 29)

2: ==8725==WARNING: MemorySanitizer: use-of-uninitialized-value

2: #0 0x4ac147 (/home/runner/work/NCEPLIBS-ip/NCEPLIBS-ip/ip/build/tests/test_earth_radius_4+0x4ac147) (BuildId: fb904d699e104f563ed258717dd32c7fcbbe7576)

2: #1 0x4acebe (/home/runner/work/NCEPLIBS-ip/NCEPLIBS-ip/ip/build/tests/test_earth_radius_4+0x4acebe) (BuildId: fb904d699e104f563ed258717dd32c7fcbbe7576)

2: #2 0x496fd1 (/home/runner/work/NCEPLIBS-ip/NCEPLIBS-ip/ip/build/tests/test_earth_radius_4+0x496fd1) (BuildId: fb904d699e104f563ed258717dd32c7fcbbe7576)

2: #3 0x4931f2 (/home/runner/work/NCEPLIBS-ip/NCEPLIBS-ip/ip/build/tests/test_earth_radius_4+0x4931f2) (BuildId: fb904d699e104f563ed258717dd32c7fcbbe7576)

2: #4 0x489146 (/home/runner/work/NCEPLIBS-ip/NCEPLIBS-ip/ip/build/tests/test_earth_radius_4+0x489146) (BuildId: fb904d699e104f563ed258717dd32c7fcbbe7576)

2: #5 0x40a578 (/home/runner/work/NCEPLIBS-ip/NCEPLIBS-ip/ip/build/tests/test_earth_radius_4+0x40a578) (BuildId: fb904d699e104f563ed258717dd32c7fcbbe7576)

2: #6 0x7f01cc62ad8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 69389d485a9793dbe873f0ea2c93e02efaa9aa3d)

2: #7 0x7f01cc62ae3f (/lib/x86_64-linux-gnu/libc.so.6+0x29e3f) (BuildId: 69389d485a9793dbe873f0ea2c93e02efaa9aa3d)

2: #8 0x40a444 (/home/runner/work/NCEPLIBS-ip/NCEPLIBS-ip/ip/build/tests/test_earth_radius_4+0x40a444) (BuildId: fb904d699e104f563ed258717dd32c7fcbbe7576)

2:

2: Uninitialized value was created by a heap allocation

2: #0 0x416d36 (/home/runner/work/NCEPLIBS-ip/NCEPLIBS-ip/ip/build/tests/test_earth_radius_4+0x416d36) (BuildId: fb904d699e104f563ed258717dd32c7fcbbe7576)

2: #1 0x490d72 (/home/runner/work/NCEPLIBS-ip/NCEPLIBS-ip/ip/build/tests/test_earth_radius_4+0x490d72) (BuildId: fb904d699e104f563ed258717dd32c7fcbbe7576)

2: #2 0x4bbc49 (/home/runner/work/NCEPLIBS-ip/NCEPLIBS-ip/ip/build/tests/test_earth_radius_4+0x4bbc49) (BuildId: fb904d699e104f563ed258717dd32c7fcbbe7576)

2: #3 0x4aa64a (/home/runner/work/NCEPLIBS-ip/NCEPLIBS-ip/ip/build/tests/test_earth_radius_4+0x4aa64a) (BuildId: fb904d699e104f563ed258717dd32c7fcbbe7576)

2: #4 0x492ca3 (/home/runner/work/NCEPLIBS-ip/NCEPLIBS-ip/ip/build/tests/test_earth_radius_4+0x492ca3) (BuildId: fb904d699e104f563ed258717dd32c7fcbbe7576)

2: #5 0x489146 (/home/runner/work/NCEPLIBS-ip/NCEPLIBS-ip/ip/build/tests/test_earth_radius_4+0x489146) (BuildId: fb904d699e104f563ed258717dd32c7fcbbe7576)

2: #6 0x40a578 (/home/runner/work/NCEPLIBS-ip/NCEPLIBS-ip/ip/build/tests/test_earth_radius_4+0x40a578) (BuildId: fb904d699e104f563ed258717dd32c7fcbbe7576)

2: #7 0x7f01cc62ad8f (/lib/x86_64-linux-gnu/libc.so.6+0x29d8f) (BuildId: 69389d485a9793dbe873f0ea2c93e02efaa9aa3d)


SUMMARY: MemorySanitizer: use-of-uninitialized-value (/home/runner/work/NCEPLIBS-ip/NCEPLIBS-ip/ip/build/tests/test_earth_radius_4+0x4ac147) (BuildId: fb904d699e104f563ed258717dd32c7fcbbe7576) &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 20:04:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MemorySanitizer-use-of-uninitialized-value/m-p/1512631#M167626</guid>
      <dc:creator>AlexRichert-RedLine</dc:creator>
      <dc:date>2023-08-09T20:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: MemorySanitizer: use-of-uninitialized-value</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MemorySanitizer-use-of-uninitialized-value/m-p/1512683#M167629</link>
      <description>&lt;P&gt;There's a new compiler option with ifx 2023.2.0, "-check uninit". It uses the LLVM Memory Sanitizer to check for uninitialized variables.&lt;/P&gt;
&lt;P&gt;If you use "-check all", "-check uninit" is enabled. According to the &lt;A href="https://www.intel.com/content/www/us/en/docs/fortran-compiler/developer-guide-reference/2023-2/check.html" target="_blank" rel="noopener"&gt;Developer Guide&lt;/A&gt;, "-check nouninit" disables it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 23:12:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MemorySanitizer-use-of-uninitialized-value/m-p/1512683#M167629</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2023-08-09T23:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: MemorySanitizer: use-of-uninitialized-value</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MemorySanitizer-use-of-uninitialized-value/m-p/1512687#M167630</link>
      <description>&lt;P&gt;Take the following test program:&lt;/P&gt;&lt;PRE&gt;program my_program&lt;BR /&gt;print*,'Hello!'&lt;BR /&gt;print*,'Now we are here'&lt;BR /&gt;end program my_program&lt;/PRE&gt;&lt;P&gt;And I compile it with the following line:&lt;/P&gt;&lt;PRE&gt;/opt/intel/oneapi/compiler/2023.2.1/linux/bin/ifx -check all my_program.F90 -o my_program.x&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run ./my_program.x, I get:&lt;/P&gt;&lt;PRE&gt;Hello!&lt;BR /&gt;Uninitialized bytes in __interceptor_write at offset 0 inside [0x725000000000, 10)&lt;BR /&gt;==20147==WARNING: MemorySanitizer: use-of-uninitialized-value&lt;BR /&gt;#0 0x4a83c7 (/home/user/LLVM/SimpleTest/my_program.x+0x4a83c7) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#1 0x4a913e (/home/user/LLVM/SimpleTest/my_program.x+0x4a913e) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#2 0x493251 (/home/user/LLVM/SimpleTest/my_program.x+0x493251) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#3 0x48f472 (/home/user/LLVM/SimpleTest/my_program.x+0x48f472) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#4 0x488724 (/home/user/LLVM/SimpleTest/my_program.x+0x488724) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#5 0x40a0f8 (/home/user/LLVM/SimpleTest/my_program.x+0x40a0f8) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#6 0x7fbc47c3ad84 (/lib64/libc.so.6+0x3ad84) (BuildId: 1356e140fb964a20b0d2838960ee69ca6faeb034)&lt;BR /&gt;#7 0x409fcd (/home/user/LLVM/SimpleTest/my_program.x+0x409fcd) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;&lt;BR /&gt;Uninitialized value was created by a heap allocation&lt;BR /&gt;#0 0x4168b6 (/home/user/LLVM/SimpleTest/my_program.x+0x4168b6) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#1 0x48cff2 (/home/user/LLVM/SimpleTest/my_program.x+0x48cff2) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#2 0x4b7ec9 (/home/user/LLVM/SimpleTest/my_program.x+0x4b7ec9) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#3 0x4a68ca (/home/user/LLVM/SimpleTest/my_program.x+0x4a68ca) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#4 0x48ef23 (/home/user/LLVM/SimpleTest/my_program.x+0x48ef23) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#5 0x488724 (/home/user/LLVM/SimpleTest/my_program.x+0x488724) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#6 0x40a0f8 (/home/user/LLVM/SimpleTest/my_program.x+0x40a0f8) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e)&lt;BR /&gt;#7 0x7fbc47c3ad84 (/lib64/libc.so.6+0x3ad84) (BuildId: 1356e140fb964a20b0d2838960ee69ca6faeb034)&lt;BR /&gt;&lt;BR /&gt;SUMMARY: MemorySanitizer: use-of-uninitialized-value (/home/user/LLVM/SimpleTest/my_program.x+0x4a83c7) (BuildId: 035a7267c7314bfa210b019fdcc67555458edc7e) &lt;BR /&gt;Exiting&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I suspect this is a bug?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 23:28:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MemorySanitizer-use-of-uninitialized-value/m-p/1512687#M167630</guid>
      <dc:creator>AlexRichert-RedLine</dc:creator>
      <dc:date>2023-08-09T23:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: MemorySanitizer: use-of-uninitialized-value</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MemorySanitizer-use-of-uninitialized-value/m-p/1512938#M167647</link>
      <description>&lt;P&gt;While this could be a bug...&lt;/P&gt;&lt;P&gt;A potential explanation is this may be an optimization feature whereby the startup code is performing a "first touch" of uninitialized data pages such that the Virtual memory pages are allocated to the page file and loaded into memory. (this also might not be the case).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The report: Uninitialized value was created by a heap allocation&lt;/P&gt;&lt;P&gt;Seams nonsensical since heap allocations are not initialized (unless a special version of the heap manager is, or should be, linked with the program).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 16:09:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MemorySanitizer-use-of-uninitialized-value/m-p/1512938#M167647</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2023-08-10T16:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: MemorySanitizer: use-of-uninitialized-value</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MemorySanitizer-use-of-uninitialized-value/m-p/1512944#M167648</link>
      <description>&lt;P&gt;I can't duplicate what you see with that simple reproducer.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;+ ifx --version
ifx (IFX) 2023.2.0 20230622
Copyright (C) 1985-2023 Intel Corporation. All rights reserved.

+ ifx -check all alex.f90
+ a.out
 Hello!
 Now we are here

+ ifx -check uninit alex.f90
+ a.out
 Hello!
 Now we are here
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 16:30:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MemorySanitizer-use-of-uninitialized-value/m-p/1512944#M167648</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2023-08-10T16:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: MemorySanitizer: use-of-uninitialized-value</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MemorySanitizer-use-of-uninitialized-value/m-p/1512954#M167650</link>
      <description>&lt;P&gt;I modified the simple reproducer a bit and got a message from the MemorySanitizer. Note that I added "-g1" to the compile as per the &lt;A href="https://www.intel.com/content/www/us/en/docs/fortran-compiler/developer-guide-reference/2023-2/check.html" target="_blank" rel="noopener"&gt;documentation&lt;/A&gt;. (Scroll down the page a bit.) I got the line number in the code that way.&lt;/P&gt;
&lt;P&gt;New reproducer&lt;/P&gt;
&lt;LI-CODE lang="fortran"&gt;program my_program
print*,'Hello!'
print*,'Now we are here'
print *,' a ', a
end program my_program
&lt;/LI-CODE&gt;&lt;LI-CODE lang="bash"&gt;+ ifx -what -g1 -check uninit alex2.f90
ifx: remark #10440: Note that use of a debug option without any optimization-level option will turnoff most compiler optimizations similar to use of '-O0'
 Intel(R) Fortran 23.0-1769.01
+ a.out
 Hello!
 Now we are here
==301066==WARNING: MemorySanitizer: use-of-uninitialized-value
    #0 0x55df7c in cvt_ieee_s_to_text_ex (/nfs/pdx/disks/cts1/quad/bperz/05943398/a.out+0x55df7c) (BuildId: 3541b0e18812457fb4220fd5626a14caecb1239a)
    #1 0x4e1363 in format_real for_fmt_val.c
    #2 0x4e0152 in for__format_value (/nfs/pdx/disks/cts1/quad/bperz/05943398/a.out+0x4e0152) (BuildId: 3541b0e18812457fb4220fd5626a14caecb1239a)
    #3 0x4adc12 in for_write_seq_lis_xmit (/nfs/pdx/disks/cts1/quad/bperz/05943398/a.out+0x4adc12) (BuildId: 3541b0e18812457fb4220fd5626a14caecb1239a)
    #4 0x48aafe in MAIN__ /nfs/site/home/bperz/quad/05943398/alex2.f90:4:1
    #5 0x40bfe8 in main (/nfs/pdx/disks/cts1/quad/bperz/05943398/a.out+0x40bfe8) (BuildId: 3541b0e18812457fb4220fd5626a14caecb1239a)
    #6 0x7fe1bd12ab49 in __libc_start_call_main (/lib64/libc.so.6+0x27b49) (BuildId: 245240a31888ad5c11bbc55b18e02d87388f59a9)
    #7 0x7fe1bd12ac0a in __libc_start_main@GLIBC_2.2.5 (/lib64/libc.so.6+0x27c0a) (BuildId: 245240a31888ad5c11bbc55b18e02d87388f59a9)
    #8 0x40beb4 in _start (/nfs/pdx/disks/cts1/quad/bperz/05943398/a.out+0x40beb4) (BuildId: 3541b0e18812457fb4220fd5626a14caecb1239a)

  Uninitialized value was stored to memory at
    #0 0x48aa9a in MAIN__ /nfs/site/home/bperz/quad/05943398/alex2.f90:4:1
    #1 0x40bfe8 in main (/nfs/pdx/disks/cts1/quad/bperz/05943398/a.out+0x40bfe8) (BuildId: 3541b0e18812457fb4220fd5626a14caecb1239a)
    #2 0x7fe1bd12ab49 in __libc_start_call_main (/lib64/libc.so.6+0x27b49) (BuildId: 245240a31888ad5c11bbc55b18e02d87388f59a9)
    #3 0x7fe1bd12ac0a in __libc_start_main@GLIBC_2.2.5 (/lib64/libc.so.6+0x27c0a) (BuildId: 245240a31888ad5c11bbc55b18e02d87388f59a9)
    #4 0x40beb4 in _start (/nfs/pdx/disks/cts1/quad/bperz/05943398/a.out+0x40beb4) (BuildId: 3541b0e18812457fb4220fd5626a14caecb1239a)

  Uninitialized value was created by an allocation of 'my_program_$A' in the stack frame
    #0 0x48a4d4 in MAIN__ /nfs/site/home/bperz/quad/05943398/alex2.f90:1

SUMMARY: MemorySanitizer: use-of-uninitialized-value (/nfs/pdx/disks/cts1/quad/bperz/05943398/a.out+0x55df7c) (BuildId: 3541b0e18812457fb4220fd5626a14caecb1239a) in cvt_ieee_s_to_text_ex
Exiting
&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 10 Aug 2023 16:47:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MemorySanitizer-use-of-uninitialized-value/m-p/1512954#M167650</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2023-08-10T16:47:05Z</dc:date>
    </item>
    <item>
      <title>Re:MemorySanitizer: use-of-uninitialized-value</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/MemorySanitizer-use-of-uninitialized-value/m-p/1518375#M167944</link>
      <description>&lt;P&gt;I recently learned that when using -check uninit (-check=all) with ifx there will be false positives from external libraries until they are rebuilt using –fsanitize=memory by ifx or icx.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Aug 2023 17:05:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/MemorySanitizer-use-of-uninitialized-value/m-p/1518375#M167944</guid>
      <dc:creator>Barbara_P_Intel</dc:creator>
      <dc:date>2023-08-28T17:05:24Z</dc:date>
    </item>
  </channel>
</rss>

