Tcl Source Code

Ticket Change Details
Login
Overview

Artifact ID: 14ca43cd52f204a20ef4e2a2c4dc32dd600968cd
Ticket: 0f94f855cafed92d0e174b7d835453a02831b4dd
Infinite loop on writing to TLS channel on negotiation failure
User & Date: apnadkarni 2015-03-27 12:47:24
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    The following causes a infinite loop with Tcl 8.6.4 and TLS 1.6.4 on Windows and quite likely other platforms as well.
    
    % package require tls
    1.6.4
    % set so [tls::socket www.afleventoffice.com.au 443]
    sock00000000046A0D10
    % puts $so "GET /" ; flush $so
    
    To reproduce, you must use the above address or one where tls negotiation fails.
    
  5. is_private changed to: "0"
  6. login: "apnadkarni"
  7. priority changed to: "5 Medium"
  8. resolution changed to: "None"
  9. severity changed to: "Minor"
  10. status changed to: "Open"
  11. submitter changed to: "apnadkarni"
  12. subsystem changed to: "25. Channel System"
  13. title changed to:
    Infinite loop on writing to TLS channel on negotiation failure
    
  14. type changed to: "Bug"