gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sr #107822] Testing 3.0.2 on AIX


From: Bjørn Christensen
Subject: [sr #107822] Testing 3.0.2 on AIX
Date: Fri, 30 Sep 2011 07:56:23 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET4.0C)

Follow-up Comment #11, sr #107822 (project gnutls):

I think I have identified the problem!

session->internals.resumed end up being 1 and RESUME_FALSE is -1 and
RESUME_TRUE is 0 

The declaration of session->internals.resumed in gnutls_int.h line 669 is:

int resumed:1;  

that will hold 0 or 1 not negative 1.


what is the suggested fix changing RESUME_FALSE to 1?

/bhc

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?107822>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]