Attention is currently required from: falconia.
2 comments:
File src/trau/trau_frame.c:
Patch Set #1, Line 680: memset(trau_bits, 0, 16);
did you check if it makes sense that this function expects the trau_bits to be 0 initialized? Eg existing callers of the function.
Patch Set #1, Line 681: trau_bits[17] = 1;
isn't this overwritten by the memcpy below?
To view, visit change 38323. To unsubscribe, or for help writing mail filters, visit settings.