Fix bug where the build id name was generated incorrectly.

2008-05-07  Soren Sandmann Pedersen  <sandmann@daimi.au.dk>

	* binfile.c (get_build_id_file): Fix bug where the build id name
	was generated incorrectly. 

	Make a copy of the debug name, not the input name.


svn path=/trunk/; revision=418
This commit is contained in:
Soren Sandmann Pedersen
2008-05-08 00:17:13 +00:00
committed by Søren Sandmann Pedersen
parent 1d1d5dd945
commit 282783bf2b
4 changed files with 19 additions and 3 deletions

3
TODO
View File

@ -57,6 +57,9 @@ Before 1.2:
* Find out why the samples label won't right adjust
* If we end up believing the kernel's own stacktraces, maybe
/proc/kallsyms shouldn't be parsed until the user hits profile.
* Elf bugs:
- error handling for bin_parser is necessary.