aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/html
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-02-13 20:36:16 +0100
committerAleksandr Nogikh <wp32pw@gmail.com>2023-02-14 14:56:49 +0100
commit68f80dec7aa2d7c4ae909b4b3eb0953bc3990701 (patch)
treee67c30b44eccdf99ffdac459dc3d287a6a8ed37f /pkg/html
parent9db88265dbce82f690f9b166b24bba1570d15854 (diff)
prog: add a new DupCallCollide collide type
It duplicates random calls in a program and makes the duplicated copies async. E.g. it could transform r0 = test() test2(r0) to r0 = test() test2(r0) (async) test2(r0) or test() (async) r0 = test() test2(r0)
Diffstat (limited to 'pkg/html')
0 files changed, 0 insertions, 0 deletions