RT RT/krbdev.mit.edu: Ticket #5797 NIM: BUG: APP: notification icon tooltip wrong string Signed in as guest.
[Logout]

[Home] [Search] [Configuration]

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

 
 

 The Basics  
Id
5797
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 Oct 1 01:32:30 2007
Starts: Not set
Started: Mon Oct 1 01:32:33 2007
Last Contact: Mon Oct 1 19:55:19 2007
Due: Not set
Updated: Fri May 9 05:07:49 2008 by guest
 

 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 Oct  1 01:32:31 2007  jaltman - Ticket created    
     
From: jaltman@mit.edu
Subject: SVN Commit

The Network Identity Manager notification icon can display a tooltip
when the user hovers the mouse cursor over it.  It is currently used
to indicate the default identity (if one is found).  However, when
retrieving the name of the default identity, the size of the buffer
was left unspecified.  This patch specifies the correct buffer size.

The function called with the incorrect buffer size was
kcdb_identity_get_name().  That function does not write more than
KCDB_IDENT_MAXCCH_NAME characters regardless of the size of the buffer
specified, and the buffer that was passed in is allocated to be this
size.  No buffer overrun was present in the existing code, although
the behavior was incorrect.

Commit By: jaltman



Revision: 20034
Changed Files:
U   trunk/src/windows/identity/ui/credwnd.c


Download (untitled) 798b
      Mon Oct  1 01:32:33 2007  jaltman - Requestor jaltman@mit.edu added    
      Mon Oct  1 01:32:33 2007  jaltman - Status changed from new to resolved    
      Mon Oct  1 01:39:02 2007  jaltman - Component windows added    
      Mon Oct  1 01:39:02 2007  jaltman - Target_Version 1.6.3 added    
      Mon Oct  1 01:39:02 2007  jaltman - Tags pullup added    
      Mon Oct  1 19:55:15 2007  tlyu - Version_Fixed 1.6.3 added    
      Mon Oct  1 19:55:15 2007  tlyu - Correspondence added    
     
From: tlyu@mit.edu
Subject: SVN Commit

pull up r20034 from trunk

 r20034@cathode-dark-space:  jaltman | 2007-10-01 01:32:26 -0400
 ticket: new
 subject: NIM: BUG: APP: notification icon tooltip wrong string

 The Network Identity Manager notification icon can display a tooltip
 when the user hovers the mouse cursor over it.  It is currently used
 to indicate the default identity (if one is found).  However, when
 retrieving the name of the default identity, the size of the buffer
 was left unspecified.  This patch specifies the correct buffer size.

 The function called with the incorrect buffer size was
 kcdb_identity_get_name().  That function does not write more than
 KCDB_IDENT_MAXCCH_NAME characters regardless of the size of the buffer
 specified, and the buffer that was passed in is allocated to be this
 size.  No buffer overrun was present in the existing code, although
 the behavior was incorrect.



Commit By: tlyu



Revision: 20075
Changed Files:
_U  branches/krb5-1-6/
U   branches/krb5-1-6/src/windows/identity/ui/credwnd.c


Download (untitled) 1016b