Attention is currently required from: jolly.
Patch set 1:Code-Review -1
1 comment:
File src/core/osmo_io_uring.c:
Patch Set #1, Line 111: g_io_uring_size = atoi(env);
This should be parsed with osmo_str_to_int() to make sure we don't use some weird value as a result from a typo from the user.
If parsing as a number fails, then call osmo_panic().
To view, visit change 40782. To unsubscribe, or for help writing mail filters, visit settings.