aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sm/call-agent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sm/call-agent.c b/sm/call-agent.c
index 4d7ffbcba..5b3b6d6d0 100644
--- a/sm/call-agent.c
+++ b/sm/call-agent.c
@@ -355,6 +355,7 @@ gpgsm_agent_pkdecrypt (const char *keygrip,
buf = get_membuf (&data, &len);
if (!buf)
return seterr (Out_Of_Core);
+ /* FIXME: We would better a return a full S-exp and not just a part */
assert (len);
len--; /* remove the terminating 0 */
n = strtoul (buf, &endp, 10);