Hi!

>> So, I'm struggling to understand why the data received via sockets
>> from the network and through SSL would trigger these kinds of
>> warnings.  Literally, every packet/pdu I receive and parse triggers
>> these errors.  The data is valid and the PDUs are correct thus my
>> confusion.
>>
>> Has anyone ever seen this and know how to fix/correct?
>
> Just a wild guess, but perhaps if the buffer you are using is larger than 
> the quantity of data returned, valgrind doesn't know you won't be trying to 
> use some of the stuff at the end?

I thought that too and thats what the valgrind docs and valgrind
people suggested.

I've verified that I'm not running past my read buffer (within the
larger receive buffer).

Thanks, though, for the suggestion.

Bobby

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to