found 521245 0.3.1-9
thanks

I happened to run into this problem this weekend (noticed now only because the upgrade to 0.3.1-9 failed because the prerm's invocation of the stop script failed), and the 0.3.1-9 tcsd failed to start too. I'm pretty sure (can't test anymore because I evicted the keys using tpmj) that the problem is that both of the resident handles were returning TPM_E_INVALID_KEYHANDLE, and the patch does not reset result to 0 when deciding to ignore the error.

                if (result == TPM_E_INVALID_KEYHANDLE) {
                        respData = NULL;
+                       result = 0;
                        continue;
                }

Actually, the return at the end should just be return 0, since errors always return early.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to