commit 020c3e5d53e88505ee823e1ac7895d9a604f9a66 from: Omar Polo date: Sun Jul 14 21:18:36 2024 UTC bump error string buffer for sha256 hashes commit - 464ba4b46aabcdf7113057cd8eb6165ecf82d58b commit + 020c3e5d53e88505ee823e1ac7895d9a604f9a66 blob - 128d0458991aa5cef9680a2b0ca92d02b65c4caf blob + 609f97352069f54ce4c0d01ddd858785b84415b3 --- got/got.c +++ got/got.c @@ -12290,7 +12290,7 @@ histedit_check_script(struct got_histedit_list *histed const struct got_error *err = NULL; struct got_object_qid *qid; struct got_histedit_list_entry *hle; - static char msg[92]; + static char msg[128]; char *id_str; if (TAILQ_EMPTY(histedit_cmds))