commit 24f6304331e901c27640e5cc5f0524264682dc35 from: Omar Polo via: Thomas Adam date: Wed Jul 31 12:45:29 2024 UTC bump error string buffer for sha256 hashes commit - 09a78f96cb1e13c35b171eb6d6a3d60f43dbbe5f commit + 24f6304331e901c27640e5cc5f0524264682dc35 blob - f15bc5e38a5724b48d27d07e1732f67d329e3bc2 blob + 997b1d0f9fb166dc969511ea80b23724dc8d9e6c --- got/got.c +++ got/got.c @@ -12289,7 +12289,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))