This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Fix invalid free of memory allocated during rtld init
- From: Roland McGrath <roland at hack dot frob dot com>
- To: Andreas Schwab <schwab at suse dot de>
- Cc: libc-alpha at sourceware dot org
- Date: Wed, 10 Apr 2013 10:25:12 -0700 (PDT)
- Subject: Re: [PATCH] Fix invalid free of memory allocated during rtld init
- References: <mvma9p6zini dot fsf at hawking dot suse dot de>
Both that and the RPATH case should have a comment explaining why
".malloced = 0" is right for something that was, in fact, malloc'd.
OK with comments added.
Thanks,
Roland