Tk Library Source Code

View Ticket
Login
Ticket UUID: 1664626
Title: s/token/Key/ in blowfish::Chunk
Type: Bug Version: None
Submitter: tallniel Created on: 2007-02-20 20:05:13
Subsystem: blowfish Assigned To: patthoyts
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2007-03-13 05:59:25
Resolution: Accepted Closed By: patthoyts
    Closed on: 2007-03-12 22:59:25
Description:
The blowfish::Chunk procedure has the line
 upvar #0 $token state
but is not actually passed a token argument. Instead, it seems the Key argument should be used:
 upvar #0 $Key state

The attached minimal patch fixes this (apply from within the modules/blowfish dir).
User Comments: patthoyts added on 2007-03-13 05:59:25:
Logged In: YES 
user_id=202636
Originator: NO

OOps.

tallniel added on 2007-02-21 03:05:16:

File Added - 216915: blowfish.patch

Attachments: