Fix invalid grpc_resolved_address bug in test server (#26555)
The length of the address was invalid (uninitialized data). It just so happens that the posix iomgr implementation wasn't affected by this, but the EventEngine iomgr asserts the validity of addresses and would crash. I've added an assert of address validity in the posix iomgr impl as well.pull/26202/head
parent
471df71003
commit
117e0709b8
2 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue