Add even more tests. :)
[pwmd.git] / KnownBugs
blobcbf1144611fbbd5f98ab9a4127cd4935bc4581c2
1 When inquiring data from a client via a pinentry loopback, the client must be
2 sure to use the INQUIRE_MAXLEN status message and to not exceed its value when
3 sending its data. Otherwise, the exceeded data will be buffered and sent as
4 commands to gpg-agent after gpg-agent has returned it's error stating that the
5 maximum length has been encountered.
7 The LIST command will stop processing the current element when a child element
8 of the current elements' target contains an error (i.e., GPG_ERR_ELOOP), even
9 if there are other children without errors. The current element is flagged as
10 having an error even though it may not; a child does. The bug can be seen in
11 the MOVE test #7. The path a->b->c should contain the 'e' child. Removing the
12 call to find_children_of_target() in path_list_recurse() will show the correct
13 tree but will not do recursion loop detection.