Re: [opensc-devel] Quick fix

2011-06-16 Thread Frank Morgner
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. >

Re: [opensc-devel] Quick fix

2011-06-16 Thread Martin Paljak
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

[opensc-devel] Quick fix

2011-05-18 Thread Frank Morgner
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