PlatformLab / grpc_homa

Allows Homa to be used as a transport with gRPC.
25 stars 5 forks source link

grpc_homa no longer allows kernel-allocated ports #7

Closed danmanj closed 1 year ago

danmanj commented 1 year ago

When trying to start a server and specifying port zero, the port actually allocated is no longer propagated up the stack, invoking error handling behavior on a properly initialized object, leading to a null pointer dereference.

danmanj commented 1 year ago

This is fixed by pull request #8