projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec363ad
)
sign-ed25519: Fix error message of validate_length
author
Misaki Kasumi
<misakikasumi@outlook.com>
Tue, 17 Dec 2024 01:58:48 +0000
(09:58 +0800)
committer
Colin Walters
<walters@verbum.org>
Tue, 17 Dec 2024 15:55:08 +0000
(15:55 +0000)
src/libostree/ostree-sign-ed25519.c
patch
|
blob
|
history
diff --git
a/src/libostree/ostree-sign-ed25519.c
b/src/libostree/ostree-sign-ed25519.c
index 3dcff2ebb58c27801ad2cf93c6c8805e5f2feca6..001615d95322534bcaaed75c51c57d8a1480db6e 100644
(file)
--- a/
src/libostree/ostree-sign-ed25519.c
+++ b/
src/libostree/ostree-sign-ed25519.c
@@
-103,7
+103,7
@@
validate_length (gsize found, gsize expected, GError **error)
return TRUE;
return glnx_throw (
error, "Ill-formed input: expected %" G_GSIZE_FORMAT " bytes, got %" G_GSIZE_FORMAT " bytes",
-
found, expecte
d);
+
expected, foun
d);
}
static gboolean