]> git.pond.sub.org Git - empserver/commit
Fix a long vs. int format string bug in xdprsym()
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 2 Aug 2008 16:04:06 +0000 (12:04 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 2 Aug 2008 16:04:06 +0000 (12:04 -0400)
commit24aaec7e34dbc3b0ed1cc8e4d362a3b3e2f9cc87
tree853107e8759a33f80fcf62766513db5707074032
parent1d9aac2cf989e2c9a3e9c16cc40c36f3541b6679
Fix a long vs. int format string bug in xdprsym()

Could print junk on machines where long is wider than int, but only in
oops recovery.
src/lib/common/xdump.c