Attention is currently required from: jolly, pespin.
Patch set 1:Code-Review +1
1 comment:
File src/core/osmo_io.c:
Patch Set #1, Line 339: talloc_set_name(msg, "osmo_io_rx_msgb");
Can you point to the place which is setting this name so I can understand what's going on?
It happens at time the msgb is allocated, where as name we use a pointer to the (dynamically allocated) name of the iofd. However, the iofd might be closed befoere the msgb's is released (think of queues, ...) and in that case a talloc report would try to print a string at an already-free'd address.
To view, visit change 36121. To unsubscribe, or for help writing mail filters, visit settings.