MPS issue job001966

TitleMPS mpsi_check() does not check message type constants
Statusclosed
Priorityoptional
Assigned userRichard Kistruck
OrganizationRavenbrook
DescriptionMPS mpsi_check() does not check message type constants

(Note: this defect has no run-time effect; it is a source-code-only
defect).

RHSK 2008-11-11
Where internal and external MPS constants must match, they should be
checked in the mpsi_check() function. The following matches are not
checked:
  MessageTypeFINALIZATION == MPS_MESSAGE_TYPE_FINALIZATION
  MessageTypeGC == MPS_MESSAGE_TYPE_GC
  MessageTypeGCSTART == MPS_MESSAGE_TYPE_GC_START
AnalysisRHSK 2008-11-11
Add this check to mpsi_check().
How foundunknown
Evidencecode
Observed in1.108.2
Introduced in1.100.0
Created byRichard Kistruck
Created on2008-11-11 16:05:43
Last modified byRichard Kistruck
Last modified on2008-11-11 16:22:48
History2008-11-11 RHSK Created.

Fixes

Change Effect Date User Description
166696 closed 2008-11-11 16:22:26 Richard Kistruck MPS br/timing: mpsi_check(): Check that external and internal messsage types match.