forked from github/server
"Fehlermeldung enthält aus heiterem Himmel die Angabe "1 Adamantium"" fixed string termination (slight off-by-one error) Issue: 1485
This commit is contained in:
parent
90b7bbdfbe
commit
b212f0b666
|
@ -125,7 +125,7 @@ get_command(const order * ord, char * sbuffer, size_t size)
|
|||
++size;
|
||||
--bufp;
|
||||
}
|
||||
memcpy(bufp+1, "[...]", 5); /* TODO: make sure this only happens in eval_command */
|
||||
memcpy(bufp+1, "[...]", 6); /* TODO: make sure this only happens in eval_command */
|
||||
bufp += 6;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue