Ticket 149: Incorrect test in MM_permission
MM_permission fails if mm_global exists. Looking at the code, it appears
that the test:
if (mm_global != NULL)
should be the other way round, since the code needs to pass in a valid
mm_global pointer to the mm_permission call it makes subsequently.
Remarks:
Properties:
Type: |
code |
|
Version: |
1.4.2 |
Status: |
closed |
|
Created: |
2006-Dec-18 23:23 |
Severity: |
2 |
|
Last Change: |
2007-Jan-01 19:29 |
Priority: |
3 |
|
Subsystem: |
mm |
Assigned To: |
rse |
|
Derived From: |
|
Creator: |
anonymous |
Related Check-ins:
2007-Jan-01 19:29 |
• |
Check-in [5679]: Fix sanity check on "mm_global" variable in MM_permission(). Submitted by: Michael Durket <durket@hw-durket.stanford.edu> (By rse) |