Changeset 9274

Show
Ignore:
Timestamp:
04/09/12 16:01:32 (14 months ago)
Author:
ligon
Message:

Updated the changelog file for changeset #9272.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/stable/ChangeLog

    r9216 r9274  
    66 
    77Stable 
     8* Bug Fix: Corrected a long time bug: if the number of unexpected requests 
     9defined in the config file is greater than 64, then the code inadvertently 
     10used invalid job_status_s addresses when calling 
     11server_post_unexpected_recv(). If a failure occurs, the error code in the 
     12status structure is updated with the error value. In this case, the code would 
     13NOT segfault, because the address is actually within valid address space on 
     14the heap; however, the code would be overwriting other global structures, like 
     15the known_method_table, etc. To correct this problem, I use a local 
     16job_status_s structure inside the server_post_unexpected_recv(). Please read 
     17the comments in that function to understand why this works. 
     18        SVN:  Change #9272 
    819 
    920* Enhancement: pvfs2-ls.c - modified the display of handles from 16 characters