mirror of https://github.com/grpc/grpc.git
Fix fuzzer found null-deref in memory_quota (#27648)
parent
8d8d07139c
commit
3dc5528c50
3 changed files with 1617 additions and 1 deletions
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,15 @@ |
||||
actions { |
||||
create_quota {} |
||||
} |
||||
actions { |
||||
create_allocator {} |
||||
} |
||||
actions{set_quota_size : 790} actions { |
||||
delete_quota {} |
||||
} |
||||
actions { |
||||
create_allocation { |
||||
max: |
||||
2 |
||||
} |
||||
} |
Loading…
Reference in new issue