]> git.neil.brown.name Git - edlib.git/commit
rexel: don't accidentally make back-refs with impossible capnum.
authorNeilBrown <neil@brown.name>
Wed, 31 May 2023 11:12:32 +0000 (21:12 +1000)
committerNeilBrown <neil@brown.name>
Thu, 8 Jun 2023 10:38:57 +0000 (20:38 +1000)
commit8ae3ef7ba3d6833abf3aa9c4ec433be884d8b2d2
treecaefcfd6d3998664d3480c00c50260e968017ebf
parentc8d5835a561422db3074ea134ae7433cd86f4099
rexel: don't accidentally make back-refs with impossible capnum.

If we try to make a backref with an impossible CAPture NUMber, it will
look like an invalid opcode, and rexel will abort() (which it
shouldn't...).  So make sure it doesn't happen.

Signed-off-by: NeilBrown <neil@brown.name>
DOC/TODO.md
rexel.c