Skip to content
  • Wladimir J. van der Laan's avatar
    CMessageHeader sanity changes · e77eab8a
    Wladimir J. van der Laan authored and rat4's avatar rat4 committed
    - Remove spurious `pchCommand[1] = 1` in CMessageHeader()
    - Make sure that pchCommand is zero-padded if length is shorter than
      COMMAND_SIZE
    - Use strnlen to determine length of pcmCommand in GetCommand
    e77eab8a