Hitoshi Mitake <mitake@xxxxxxxxxxxxxxxxxxxxx> writes: > response_64 = xmalloc(ENCODED_SIZE(resp_len)); > should be, > response_64 = xmalloc(ENCODED_SIZE(resp_len) + 1); Good catch. Thanks for looking it over. This is _your_ contribution (I only made a minor fix-up or two), so I'll apply this your v6 under your name. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html