Skip to content
Commit 80e2a3b6 authored by Alan Modra's avatar Alan Modra
Browse files

Re: readelf looping in process_archive

This patch fixes a leak of qualified_name caused by 4c836627 and a
double free introduced by fd486f32.  Not breaking out of the loop
results in an error: "failed to seek to next archive header".  That's
slightly better than silently preventing the possibility of endless
loops.

	* readelf.c (process_archive): Don't double free qualified_name.
	Don't break out of loop with "negative" archive_file_size, just
	set file offset to max.
parent 89ff19d4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment