fixed stream-reader bug on aix@ppc, which ignored the last z85 pkt sometimes due invalid call to ps_end()

This commit is contained in:
git@daemon.de
2015-10-16 17:25:17 +02:00
parent 4165e5d996
commit c7108ec47f
4 changed files with 14 additions and 13 deletions

4
TODO
View File

@@ -1,6 +1,4 @@
AIX@ppc: pipetest fails. encode is correct, same # of pkts as
on bsd + 1 pad. decode misses last pkt. Must be somewhere
in pcpstream.c.
pcpstream.c: use static tmp buffers, avoid alloc mem during each iteration
detach keysig generation from pub key export, so that an existing
keysig can be verified later.