Title | No function SegHasBuffer |
Status | closed |
Priority | nice |
Assigned user | Gareth Rees |
Organization | Ravenbrook |
Description | There 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. |
Analysis | Add a function (or macro) SegHasBuffer. |
How found | inspection |
Evidence | None as yet. |
Created by | Gareth Rees |
Created on | 2016-04-19 20:03:51 |
Last modified by | Gareth Rees |
Last modified on | 2016-04-22 10:12:26 |
History | 2016-04-19 GDR Created. |
Change | Effect | Date | User | Description |
---|---|---|---|---|
191537 | closed | 2016-04-22 10:08:29 | Gareth Rees | New function SegHasBuffer. |