Patrick wrote:
> 
> Update on this:
> 
> the change you propose seems to work fine except that the problem seems to
> be with successive encoding/decoding operations. That is to say, I can
> encode/decode *once*, but when I do another successive encode/decode in same
> program, I get the original error back
> Is there a macro for "resetting the template"?

Templates are constants, not changed by the decoding process.  
They do not contain state information.  So there should be no problem 
with using the same template multiple times in succession, or even 
simultaneously by multiple threads.

> Why didn't I see this problem in NSS3.1?

I'd guess you were tesing only on Unix?

Reply via email to