mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-25 12:29:43 +00:00
sys: resolve the TODO with recursive structs
syskaller now supports them @ramosian-glider
This commit is contained in:
parent
004cfce354
commit
255fdfb938
@ -73,11 +73,9 @@ te_mem {
|
||||
len int32
|
||||
}
|
||||
|
||||
# TODO(glider): self-referencing overflows the stack in sysgen.go
|
||||
te_oper_param {
|
||||
index int32
|
||||
type flags[te_oper_param_type_flags, int32]
|
||||
u te_int_mem_union
|
||||
# next_ptr_user ptr[in, te_oper_param, opt]
|
||||
next_ptr_user const[0, intptr]
|
||||
next_ptr_user ptr[in, te_oper_param, opt]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user