RT RT/krbdev.mit.edu: Ticket #5801 remove error tables by pointer Signed in as guest.
[Logout]

[Home] [Search] [Configuration]

[<< First] [< Prev] [Next >] [Last >>]

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

 
 

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

 Keyword Selections  
Component
  • krb5-libs
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 16:10:00 2007
Starts: Not set
Started: Mon Oct 1 16:10:03 2007
Last Contact: Mon Oct 1 22:42:29 2007
Due: Not set
Updated: Mon Oct 1 22:42:29 2007 by tlyu
 

 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 16:10:00 2007  jaltman - Ticket created    
     
From: jaltman@mit.edu
Subject: SVN Commit

On Windows, it is possible for the same DLL to be loaded
into a process multiple times as separate instances.  Each
time a DLL is loaded it registers its error tables at different
locations in the process address space.  Removing the tables
by base instead of pointer value can result in the error table
list pointing at invalid memory.


Commit By: jaltman



Revision: 20040
Changed Files:
U   trunk/src/util/et/error_message.c


Download (untitled) 431b
      Mon Oct  1 16:10:03 2007  jaltman - Requestor jaltman@mit.edu added    
      Mon Oct  1 16:10:03 2007  jaltman - Status changed from new to resolved    
      Mon Oct  1 16:10:04 2007  jaltman - Tags pullup added    
      Mon Oct  1 16:10:04 2007  jaltman - Target_Version 1.6.3 added    
      Mon Oct  1 18:25:42 2007  jaltman - Component krb5-libs added    
      Mon Oct  1 22:42:25 2007  tlyu - Version_Fixed 1.6.3 added    
      Mon Oct  1 22:42:26 2007  tlyu - Correspondence added    
     
From: tlyu@mit.edu
Subject: SVN Commit

pull up r20040 from trunk

 r20040@cathode-dark-space:  jaltman | 2007-10-01 16:09:55 -0400
 ticket: new
 subject: remove error tables by pointer
 tags: pullup
 target_version: 1.6.3

 On Windows, it is possible for the same DLL to be loaded
 into a process multiple times as separate instances.  Each
 time a DLL is loaded it registers its error tables at different
 locations in the process address space.  Removing the tables
 by base instead of pointer value can result in the error table
 list pointing at invalid memory.




Commit By: tlyu



Revision: 20079
Changed Files:
_U  branches/krb5-1-6/
U   branches/krb5-1-6/src/util/et/error_message.c


Download (untitled) 659b