Re: [Valgrind-users] Feature request - backtrace on warning set address range perms

2013-04-04 Thread Philippe Waroquiers
On Tue, 2013-03-26 at 22:52 +0100, Philippe Waroquiers wrote:

 The best would be to file a bug in bugzilla, for the false negative
 caused by code such as:
 
{
size_t undef;
char *p = malloc (undef);
}
Too late to file a bug in bugzilla :).
An improvement has been committed in revision 13361.
False negative in malloc lib replaced functions should be solved now.
E.g. a call to malloc with undefined size will now cause an error
to be detected by memcheck.

Philippe



--
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
___
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users


Re: [Valgrind-users] Feature request - backtrace on warning set address range perms

2013-04-04 Thread Jonatan Wallmander
\o/

With kind regards / Med vänliga hälsningar

Jonatan Wallmander
Vovoid Media Technologies AB

On 04/04/2013 11:13 PM, Philippe Waroquiers wrote:
 On Tue, 2013-03-26 at 22:52 +0100, Philippe Waroquiers wrote:

 The best would be to file a bug in bugzilla, for the false negative
 caused by code such as:

 {
 size_t undef;
 char *p = malloc (undef);
 }
 Too late to file a bug in bugzilla :).
 An improvement has been committed in revision 13361.
 False negative in malloc lib replaced functions should be solved now.
 E.g. a call to malloc with undefined size will now cause an error
 to be detected by memcheck.

 Philippe



--
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
___
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users