[2023] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

one further patch for telnetd under AIX 4.1.4

daemon@ATHENA.MIT.EDU (Paul Pomes)
Thu Jun 20 13:46:04 1996

Date: Thu, 20 Jun 1996 12:43:53 -0500
From: p-pomes@alfalfa.aiss.uiuc.edu (Paul Pomes)
To: DEEngert@anl.gov, kerberos@MIT.EDU, krb5-bugs@MIT.EDU
Cc: jwessel@uiuc.edu, lemson@uiuc.edu, roma@uiuc.edu

Jason Wessel <jwessel@uiuc.edu> is to be credited for finding this one.

*** state.c	1996/06/19 21:34:09	1.1
--- state.c	1996/06/20 17:38:01
***************
*** 254,261 ****
  			 * Begin option subnegotiation...
  			 */
  			case SB:
- 				state = TS_SB;
  				SB_CLEAR();
  				continue;
  
  			case WILL:
--- 254,264 ----
  			 * Begin option subnegotiation...
  			 */
  			case SB:
  				SB_CLEAR();
+ #ifdef _AIX41
+ 				SB_TERM();
+ #endif /* _AIX41 */
+ 				state = TS_SB;
  				continue;
  
  			case WILL:

home help back first fref pref prev next nref lref last post