RT RT/krbdev.mit.edu: Ticket #2718 memory leak in arcfour string_to_key Signed in as guest.
[Logout]

[Home] [Search] [Configuration]

[Display] [History] [Basics] [Dates] [People] [Links] [Jumbo]

 
 

 The Basics  
Id
2718
Status
resolved
Worked
0 min
Priority
0/0
Queue
krb5
 

 Keyword Selections  
Component
Version_reported
  • 1.3
Version_Fixed
  • 1.4
Target_Version
Tags
 

 Relationships  
Depends on:
Depended on by:
Parents:
Children:

Refers to:
Referred to by:
 
 Dates  
Created: Tue Sep 21 16:39:22 2004
Starts: Not set
Started: Tue Sep 21 16:39:24 2004
Last Contact: Not set
Due: Not set
Updated: Mon Nov 15 22:22:23 2004 by tlyu
 

 People  
Owner
 hartmans
Requestors
 hartmans@mit.edu, schommer@gmail.com
Cc
 
AdminCc
 
 

 More about Sam Hartman  
Comments about this user:
No comment entered about this user
This user's 25 highest priority tickets:
 
 More about schommer@gmail.com  
Comments about this user:
No comment entered about this user
This user's 25 highest priority tickets:
 

History   Display mode: [Brief headers] [Full headers]
      Tue Sep 21 16:39:22 2004  hartmans - Ticket created    
     
From: hartmans@mit.edu
Subject: CVS Commit

Derrick Schommer reports that arcfour's string_to_key function leaks
memory.  This is true; it copies the password to convert to utf16 and
never frees the copy.  It does memset the copy to 0 when done.


To generate a diff of this commit:



	cvs diff -r1.21 -r1.22 krb5/src/lib/crypto/arcfour/ChangeLog
	cvs diff -r1.6 -r1.7 krb5/src/lib/crypto/arcfour/string_to_key.c


Download (untitled) 370b
      Tue Sep 21 16:39:24 2004  hartmans - Status changed from new to resolved    
      Tue Sep 21 16:39:24 2004  hartmans - Requestor hartmans@mit.edu added    
      Tue Sep 21 16:39:25 2004  hartmans - Requestor schommer@gmail.com added    
      Tue Sep 21 17:03:53 2004  hartmans - Version_reported 1.3 added    
      Mon Nov 15 22:22:23 2004  tlyu - Version_Fixed 1.4 added