On Thursday, June 16 at 10:07AM, Martin Paljak wrote:
>
> Hello,
>
> Both variables should be only filled by pcsc-lite, not read?
According to the current specs, yes. Nevertheless, valgrind showed an
error with pcscd 1.5.5.
> But you are right - initializing all variables is a good practice.
>
Hello,
Both variables should be only filled by pcsc-lite, not read?
But you are right - initializing all variables is a good practice.
Merged.
On Wed, May 18, 2011 at 15:01, Frank Morgner
wrote:
> Hi!
>
> I discovered some errors due to uninitialized parameters. This might
> only concern opens
Hi!
I discovered some errors due to uninitialized parameters. This might
only concern opensc when used with pcsc-lite version 1.5.5, but it
doesn't hurt to set them anyway.
Cheers, Frank.
Index: src/libopensc/reader-pcsc.c
===
--- sr