Attention is currently required from: pespin.
1 comment:
File src/core/osmo_io.c:
Patch Set #1, Line 276: iofd_msghdr_free(next);
make sure you are not incidentally freeing msgbs which were previously part of the msghdr in case th […]
msghdr has no msgbs as talloc children. All msgb we alloc for read, belog to iofd, not msghdr. All msg we get from user for read, will be stolen by iofd. All msg we write belog to the user.
To view, visit change 40760. To unsubscribe, or for help writing mail filters, visit settings.