Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) From: tlyu@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 642 pull up r18233 from trunk r18233@cathode-dark-space: raeburn | 2006-06-26 19:47:03 -0400 ticket: 3923 tags: pullup * kdc/network.c (make_toolong_error): New function. (process_tcp_connection): If the specified length exceeds the internal limit, stop reading and send back a FIELD_TOOLONG error. * tests/dejagnu/krb-standalone/standalone.exp (doit): When testing TCP mode, connect to the KDC and send a length of -1, and check that it sends back a non-empty message. Commit By: tlyu Revision: 18236 Changed Files: U branches/krb5-1-5/src/kdc/network.c U branches/krb5-1-5/src/tests/dejagnu/krb-standalone/standalone.exp