Skip to content
Snippets Groups Projects
Select Git revision
  • 2.0.x default protected
  • 2.0.9.2
  • 2.0.9.1
  • 2.0.9
  • 2.0.8.2
  • 2.0.8.1
  • 2.0.8
  • 2.0.7.2
  • 2.0.7.1
  • 2.0.7
  • 2.0.6.1
  • 2.0.6
  • 2.0.5.4
  • 1.1.9.1
  • 2.0.5.3
  • 2.0.5.2
  • 2.0.5.1
  • 2.0.5
  • 2.0.4.4
  • 2.0.4.3
  • 2.0.4.2
21 results

marlin-anet-a8

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Gina Häußge authored
    Positioning of string terminator to truncate checksum from the commands
    M23, M28, M30, M32, M928 and M117 was off by one, causing the last
    letter of the actual command to be truncated instead of just the
    checksum.
    
    In case of the SD commands this caused checksummed commands targeting
    existing files to fail since the last letter of the filename was
    truncated.
    
    In case of M117 this caused the last given letter not to be displayed.
    
    This patch fixes the off-by-one error and sets the null terminator
    on the exact position of the * starting the checksum instead of the
    character before that.
    2d22902d
    History
    Name Last commit Last update