odyssey icon indicating copy to clipboard operation
odyssey copied to clipboard

coredump at od_io_read_active

Open peresun opened this issue 4 years ago • 1 comments

In od_auth_query(), we create od_client_t * auth_client and not call od_io_prepare to init auth_client->io.io, Then in od_router_attach(), od_io_read_active(&client->io) may cause coredump.

peresun avatar Apr 23 '21 06:04 peresun

Oops, looks like a bug, thanks! Would you send a PR to fix this?

x4m avatar Apr 23 '21 08:04 x4m