1 comment:
File src/conv_enc_test.c:
Patch Set #1, Line 338: *((uint32_t *)pdu_sync) = r;
are we sure pdu_sync is always aligned and the type-cast is safe even on architectures that don't do […]
Although the pdu_sync buffer will almost certainly be at least dword-aligned, I took your recommendation and the code now uses osmo_store32le.
To view, visit change 28596. To unsubscribe, or for help writing mail filters, visit settings.