Open
Description
In \CHECKARRAYBLOCK
, one of the COND
clauses reads
((NEQ (fetch (ARRAYBLOCK INUSE) of BASE)
(NOT FREE))
(SETQ ERROR "ARRAYBLOCK Trailer INUSE bit set wrong"))
but it checked the INUSE
bit of BASE
(the header) earlier, and here it should be checking of TRAILER
.
It doesn't affect the normal operation, but it would mean that a mis-set INUSE
bit in the trailer would not be detected. This error has been there since at least 13-Feb-1985, the last time this code was edited.
Metadata
Metadata
Assignees
Type
Projects
Status
No status