Attention is currently required from: jolly.
Patch set 2:Code-Review -1
1 comment:
File src/core/osmo_io.c:
Patch Set #2, Line 193: return msgb_alloc_headroom_c(iofd, size + headroom, headroom, "osmo_io_msgb");
static inline struct msgb *msgb_alloc_headroom_c(const void *ctx, uint16_t size, uint16_t headroom, const char *name)
See uint16_t size above, this is broken anyway when passing "size+headroom".
To view, visit change 41138. To unsubscribe, or for help writing mail filters, visit settings.