We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b0c90 commit a144bbdCopy full SHA for a144bbd
reliable.c
@@ -2400,7 +2400,7 @@ void test_sequence_buffer_rollover()
2400
int i;
2401
for (i = 0; i <= 32767; ++i)
2402
{
2403
- uint8_t packet_data[16];
+ uint8_t packet_data[16] = {0};
2404
int packet_bytes = sizeof( packet_data ) / sizeof( uint8_t );
2405
reliable_endpoint_next_packet_sequence( context.sender );
2406
reliable_endpoint_send_packet( context.sender, packet_data, packet_bytes );
0 commit comments