MPS issue job004012

TitleNo function SegHasBuffer
Statusclosed
Prioritynice
Assigned userGareth Rees
OrganizationRavenbrook
DescriptionThere are many places in the code where it is necessary to test if a segment has a buffer. The way this is usually done is to test:

    SegBuffer(seg) != NULL

but this does not make the intention clear.
AnalysisAdd a function (or macro) SegHasBuffer.
How foundinspection
EvidenceNone as yet.
Created byGareth Rees
Created on2016-04-19 20:03:51
Last modified byGareth Rees
Last modified on2016-04-22 10:12:26
History2016-04-19 GDR Created.

Fixes

Change Effect Date User Description
191537 closed 2016-04-22 10:08:29 Gareth Rees New function SegHasBuffer.