Skip to content
  • Rob Swindell's avatar
    Don't append the stale static string in fmsgattr_str() · bb0d2496
    Rob Swindell authored
    When this function was called multiple times (e.g. multiple messages in a pkt),
    it would keep appending to the current (static) string, eventually overflowing
    the buffer and corrupting the stack. Although reported in pktdump, it could
    have also happened with fmsgdump if passed multiple stored message (.msg) files.
    
    Fixes #295 reported by Nelgin
    bb0d2496