-------- Original Message --------
Subject:        [flac:bugs] #407 Error in md5.c
Date:   Sat, 07 Dec 2013 15:19:16 +0000
To:     [flac:bugs] <4...@bugs.flac.p.re.sf.net>



I shouldn't have hurried to post this issue. There are more:

metadata_iterator.c around line 1213: function returns without freeing
node, so node leaks

metadata_iterator.c around line 1415: function returns without closing a
file f

------------------------------------------------------------------------

*[bugs:#407] <http://sourceforge.net/p/flac/bugs/407/> Error in md5.c*

*Status:* open
*Created:* Sat Dec 07, 2013 03:14 PM UTC by Alex
*Last Updated:* Sat Dec 07, 2013 03:14 PM UTC
*Owner:* nobody

This is what I see in md5.c, line 266:

memset(ctx, 0, sizeof(ctx))

Looks like an error to me, should be memset(ctx, 0, sizeof(*ctx))

------------------------------------------------------------------------

Sent from sourceforge.net because you indicated interest in
https://sourceforge.net/p/flac/bugs/407/

To unsubscribe from further messages, please visit
https://sourceforge.net/auth/subscriptions/



_______________________________________________
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev

Reply via email to