perf_event: Fix __dsos__write_buildid_table()
authorXiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Mon, 7 Dec 2009 04:07:15 +0000 (12:07 +0800)
committerIngo Molnar <mingo@elte.hu>
Mon, 7 Dec 2009 05:26:24 +0000 (06:26 +0100)
commitd9541ed3241bb6c2b805d3ea0e87563cf2a0c5c3
tree16993b0a3b165c20b64a91bdf260cfe7e3827617
parentd8bd9e0aedabcb47887712497bc386a06ddcbd12
perf_event: Fix __dsos__write_buildid_table()

The remain buff size is 'len - pos->long_name_len - 1', not
'len - pos->long_name_len + 1'

This bug was introduced by commit 7691b1e ("perf tools: Misc small
fixes").

Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Li Zefan <lizf@cn.fujitsu.com>
LKML-Reference: <4B1C7F73.80707@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/util/header.c