mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2026-01-02 22:54:43 +03:00
fdr: rely on fixed size confirm structures
This commit is contained in:
committed by
Matthew Barr
parent
1b36594bda
commit
7984b26b14
@@ -101,7 +101,7 @@ void confWithBit(const struct FDRConfirm *fdrc, const struct FDR_Runtime_Args *a
|
||||
*control = a->cb(loc - buf, i, li->id, a->ctxt);
|
||||
out:
|
||||
oldNext = li->next; // oldNext is either 0 or an 'adjust' value
|
||||
li = (const struct LitInfo *)((const u8 *)li + oldNext + li->size);
|
||||
li++;
|
||||
} while (oldNext);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user