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

Reply via email to