Skip to content

Commit

Permalink
Merge branch 'master' into drop_fractions_functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcp19 authored Dec 19, 2024
2 parents 400ceb7 + 0fc3d49 commit 6a1b5b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions router/dataplane.go
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,11 @@ func (d *DataPlane) Run(ctx context.Context /*@, ghost place io.Place, ghost sta
// @ assert sl.Bytes(tmpBuf, 0, p.N)
// @ assert sl.Bytes(tmpBuf, 0, len(tmpBuf))
result, err /*@ , addrAliasesPkt, newAbsPkt @*/ := processor.processPkt(tmpBuf, srcAddr /*@, ioLock, ioSharedArg, dp @*/)
// (VerifiedSCION) This assertion is crucial to keep verification stable. Without it,
// the fold operation in the branch protected by the condition `result.OutConn == nil`
// may fail non-deterministically.
// @ assert forall i int :: { &msgs[i] } i0 < i && i < pkts ==>
// @ MsgToAbsVal(&msgs[i], ingressID) == ioValSeq[i]
// @ fold scmpErr.Mem()

switch {
Expand Down

0 comments on commit 6a1b5b1

Please sign in to comment.