Skip to content

Commit

Permalink
15!:9 audits buffer for valid DIRECT type
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryHRich committed Dec 26, 2024
1 parent d129c9e commit 98cfe8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsrc/x15.c
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ F2(jtmemu2) { ASSERT(!JT(jt,seclev),EVSECURE) RETF(ca(w)); } // dyad - force co
F1(jtgh15){A z;I k; ASSERT(!JT(jt,seclev),EVSECURE) RE(k=i0(w)); RZ(z=gah(k,0L)); ACINIT(z,ACUC2); R sc((I)z);} // ra the header
/* 15!:8 get header */

F1(jtfh15){I k; ASSERT(!JT(jt,seclev),EVSECURE) RE(k=i0(w)); fr((A)k); R num(0);}
F1(jtfh15){A k; ASSERT(!JT(jt,seclev),EVSECURE) RE(k=(A)i0(w)); ASSERT(AT(k)==LOWESTBIT(AT(k))&&(AT(k)&DIRECT),EVDOMAIN) fr(k); R num(0);}
/* 15!:9 free header */

// 15!:7. w has the address of a header. Put that address in play as an A block
Expand Down

0 comments on commit 98cfe8b

Please sign in to comment.