Re: [Orbit-python-list] the never ending segfault.. (possible fix)
Status: Inactive
Brought to you by:
tack
From: Jason T. <ta...@li...> - 2001-01-28 15:57:52
|
> in src/demarshall.c the test for if( RECV_BUFFER_LENGTH(buf) < n ) > appears to be incorrect: the RECV_BUFFER_LENGTH macro was returning a > value of '3' which is less than 4 - however, commenting out this test > allowed the client to work fine (or at least the error I was seeing > has gone away.) The latest commits ought to take care of this. Beat on it and let me know if it's all good. Thanks, Jason. |