Commit graph

1 commit

Author SHA1 Message Date
Jerry James
3444c42f8c Add hostname patch to fix some illegal code, which led to a failing test.
The original code allocates an array of characters on the stack inside an inner
block, then keeps a pointer to the array that lives beyond the lifetime of the
inner block.  Later accesses to the array via the pointer see junk bytes.
2012-01-12 13:33:24 -07:00