outelf32/64: fix uninitialized rbtree
commit92cb18f2a8a08c0c5205bb8359dd94904a7b420f
authorMichael Scherer <misc@n4.mandriva.com>
Wed, 18 Mar 2009 21:26:29 +0000 (18 22:26 +0100)
committerH. Peter Anvin <hpa@linux.intel.com>
Wed, 18 Mar 2009 21:47:33 +0000 (18 14:47 -0700)
tree4d086b2e56443147555578f60a072eb970153e3a
parent74eed4a9b33f72560b0393ba4bfe89d07660a15d
outelf32/64: fix uninitialized rbtree

Fix crash caused by uninitialised memory that lead to dangling pointer
in the rbtree. This can be seen by compiling zsnes 1.50, with a file
that define many symbols, such as fxemu2c.asm.
output/outelf32.c
output/outelf64.c