mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
15 lines
562 B
Plaintext
15 lines
562 B
Plaintext
libpcp/z85.c:148 free(z85) leads to coredump on aix sometimes
|
|
|
|
Bug: pcp_z85_decode() segfaults at z85.c:83 if input consists of "-----" only.
|
|
|
|
Bug: pcp_z85_decode() fails if after end marker follows something, even whitespaces
|
|
|
|
key++: normalize id and lc()
|
|
|
|
allow signing using an alternate secret key, like in pcpdecrypt()
|
|
|
|
malloc() new pointers in functions only if not NULL, e.g. pcp_gennonce()
|
|
|
|
generalize file i/0, open+close only in src/, print msg if using stdin or stdout
|
|
|
|
put the key import and export stuff into the lib, support from/to file and string |