Fix: Address a few minor issues identified by cppcheck
authorAndreas Hansson <andreas.hansson@arm.com>
Mon, 15 Oct 2012 12:12:23 +0000 (08:12 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Mon, 15 Oct 2012 12:12:23 +0000 (08:12 -0400)
commit93a159875aa081cf3452754b890d83ae7c2bf943
treeb9b1859ddcef2053f6a07c6ba7b446395686c023
parentd52adc4eb68c2733f9af4ac68834583c0a555f9d
Fix: Address a few minor issues identified by cppcheck

This patch addresses a number of smaller issues identified by the code
inspection utility cppcheck. There are a number of identified leaks in
the arm/linux/system.cc (although the function only get's called once
so it is not a major problem), a few deletes in dev/x86/i8042.cc that
were not array deletes, and sprintfs where the character array had one
element less than needed. In the IIC tags there was a function
allocating an array of longs which is in fact never used.
src/arch/arm/linux/system.cc
src/cpu/legiontrace.cc
src/dev/x86/i8042.cc
src/mem/cache/tags/iic_repl/gen.cc
src/mem/cache/tags/iic_repl/gen.hh
src/mem/cache/tags/iic_repl/repl.hh