Attention is currently required from: daniel.
Patch set 1:Code-Review -1
1 comment:
File src/core/osmo_io_poll.c:
Patch Set #1, Line 58: hdr.msg = msg;
Better do hdr = {}; here while adding the other fields, otherwise you are memzeroing twice.
It may sound like not a lot, but this is called in a hot path everytime a recv or send is done...
To view, visit change 34337. To unsubscribe, or for help writing mail filters, visit settings.