https://bugs.kde.org/show_bug.cgi?id=406434

            Bug ID: 406434
           Summary: valgrind is unable to intercept the malloc calls in
                    statically linked executables
           Product: valgrind
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: jsew...@acm.org
          Reporter: ahajk...@redhat.com
  Target Milestone: ---

SUMMARY
valgrind is unable to intercept the malloc calls in statically linked
executables which leads to 
Conditional jump or move depends on uninitialised value(s)
false positives

STEPS TO REPRODUCE
valgrind ldconfig --usage

OBSERVED RESULT
onditional jump or move depends on uninitialised value(s)
==8844==    at 0x12A6F4: _int_free (in /usr/sbin/ldconfig)
==8844==    by 0x19A1B9: _help (in /usr/sbin/ldconfig)
==8844==    by 0x19B047: argp_state_help (in /usr/sbin/ldconfig)
==8844==    by 0x168D78: argp_default_parser (in /usr/sbin/ldconfig)
==8844==    by 0x169FAC: argp_parse (in /usr/sbin/ldconfig)
==8844==    by 0x1115BE: main (in /usr/sbin/ldconfig)

An old dicussion about this issue:
https://sourceforge.net/p/valgrind/mailman/message/23078945/

I noticed other statically linked programs with the similar issue:
sln
build-local-archive
busybox

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to