RT RT/krbdev.mit.edu: Ticket #5773 NIM: BUG: KMM: Ensure proper buffer length for registry multi-string reads; avoid error reports for modules without config data; avoid race when sending thread quit message Signed in as guest.
[Logout]

[Home] [Search] [Configuration]

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

 
 

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

 Keyword Selections  
Component
  • windows
Version_reported
Version_Fixed
  • 1.6.3
Target_Version
  • 1.6.3
Tags
  • pullup
 

 Relationships  
Depends on:
Depended on by:
Parents:
  • 5691: (jaltman) Post KFW 3.2.1 Tracking Ticket [resolved]
Children:

Refers to:
Referred to by:
 
 Dates  
Created: Mon Sep 24 23:54:03 2007
Starts: Not set
Started: Mon Sep 24 23:54:11 2007
Last Contact: Mon Oct 1 19:13:40 2007
Due: Not set
Updated: Wed Oct 3 15:45:02 2007 by jaltman
 

 People  
Owner
 jaltman
Requestors
 jaltman@mit.edu
Cc
 
AdminCc
 
 

 More about Jeffrey Altman  
Comments about this user:
No comment entered about this user
This user's 25 highest priority tickets:
 

History   Display mode: [Brief headers] [Full headers]
      Mon Sep 24 23:54:04 2007  jaltman - Ticket created    
     
From: jaltman@mit.edu
Subject: SVN Commit

Allocate enough memory to hold the entire PluginList multi-string plus
an extra NUL if the registry value was not properly terminated.

kmm_registrar.c:
Do not record an error loading a module if there was no configuration
for it.

kmmmain.c:
Avoid a race condition by sending the thread quit message instead of
posting it.  Do so outside of the critical section to avoid a deadlock.




Commit By: jaltman



Revision: 19976
Changed Files:
U   trunk/src/windows/identity/kmm/kmm_reg.c
U   trunk/src/windows/identity/kmm/kmm_registrar.c
U   trunk/src/windows/identity/kmm/kmmmain.c


Download (untitled) 583b
      Mon Sep 24 23:54:11 2007  jaltman - Requestor jaltman@mit.edu added    
      Mon Sep 24 23:54:12 2007  jaltman - Status changed from new to resolved    
      Mon Sep 24 23:54:13 2007  jaltman - Component windows added    
      Fri Sep 28 17:44:58 2007  jaltman - Target_Version 1.6.4 added    
      Fri Sep 28 17:44:58 2007  jaltman - Tags pullup added    
      Fri Sep 28 18:20:03 2007  tlyu - Target_Version 1.6.4 changed to 1.6.3    
      Mon Oct  1 19:13:37 2007  tlyu - Version_Fixed 1.6.3 added    
      Mon Oct  1 19:13:37 2007  tlyu - Correspondence added    
     
From: tlyu@mit.edu
Subject: SVN Commit

pull up r19976 from trunk

 r19976@cathode-dark-space:  jaltman | 2007-09-24 23:53:53 -0400
 ticket: new
 subject: NIM: BUG: KMM: miscellaneous fixes
 component: windows

 kmm_reg.c:
 Allocate enough memory to hold the entire PluginList multi-string plus
 an extra NUL if the registry value was not properly terminated.

 kmm_registrar.c:
 Do not record an error loading a module if there was no configuration
 for it.

 kmmmain.c:
 Avoid a race condition by sending the thread quit message instead of
 posting it.  Do so outside of the critical section to avoid a deadlock.






Commit By: tlyu



Revision: 20049
Changed Files:
_U  branches/krb5-1-6/
U   branches/krb5-1-6/src/windows/identity/kmm/kmm_reg.c
U   branches/krb5-1-6/src/windows/identity/kmm/kmm_registrar.c
U   branches/krb5-1-6/src/windows/identity/kmm/kmmmain.c


Download (untitled) 839b
      Wed Oct  3 15:45:02 2007  jaltman - Subject changed from NIM: BUG: KMM: miscellaneous fixes to NIM: BUG: KMM: Ensure proper buffer length for registry multi-string reads; avoid error reports for modules without config data; avoid race when sending thread quit message