Bug 140246 - warning that can't be suppress
Summary: warning that can't be suppress
Status: RESOLVED WORKSFORME
Alias: None
Product: valgrind
Classification: Developer tools
Component: memcheck (other bugs)
Version First Reported In: 3.2 SVN
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords: investigated, triaged
Depends on:
Blocks:
 
Reported: 2007-01-18 13:59 UTC by Nuno Lopes
Modified: 2018-11-12 16:02 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nuno Lopes 2007-01-18 13:59:42 UTC
Running a php+openssl test leads to the following:

==28855== Use of uninitialised value of size 4
==28855==    at 0x401DBC7: memcpy (mc_replace_strmem.c:406)
==28855==    by 0x4588695: ASN1_STRING_set 
(in /p2/usr/lib/i686/cmov/libcrypto.so.0.9.7)
{
   <insert a suppression name here>
   Memcheck:Value4
   fun:memcpy
   fun:ASN1_STRING_set
   obj:*
   obj:*
   obj:*
   obj:*
}

As I already have a suppression for libcrypto (below) I expected it to be 
suppressed:
{
   openssl2
   Memcheck:Value4
   obj:/p2/usr/lib/i686/cmov/libcrypto.so.*
}

Even so, I added that generated suppression (I tried with and without 
the 'obj:*'), but it doesn't suppress the error. There is also another warning 
similar with this one that I can't suppress.
Comment 1 Nicholas Nethercote 2009-06-30 04:31:01 UTC
I'm closing crashing and similar bugs that are more than two years old.  If 
you still see this problem with Valgrind 3.4.1 please reopen the bug report.
Thanks.
Comment 2 Andrew Crouthamel 2018-09-19 04:39:49 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Bug Janitor Service 2018-11-12 16:02:54 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!