For some reason, fatal_buf doesn't have a NUL under certain circumstances on my Mac...
authorChris Hanson <org/chris-hanson/cph>
Sun, 20 Mar 2011 09:25:38 +0000 (02:25 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sun, 20 Mar 2011 09:25:38 +0000 (02:25 -0700)
commit720b47ee0533802a61de8baafce44188e413bf93
tree725b8aad0a3430488341ed7b030e5e11e40b0546
parent47bdcd9a7a03795fe1280aa8ffc5d366122b23b9
For some reason, fatal_buf doesn't have a NUL under certain circumstances on my Mac.  Instead of calling strlen, do a more careful scan that stops at the end of the buffer.
src/microcode/outf.c