apache-mynewt-bot commented on issue #774: nimble/test: Fix stack corruption in 
ble_l2cap_test_coc_connect_multi
URL: https://github.com/apache/mynewt-nimble/pull/774#issuecomment-600182162
 
 
   
   <!-- style-bot -->
   
   ## Style check summary
   
   ### Our coding style is 
[here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md)
   
   
   #### nimble/host/test/src/ble_l2cap_test.c
   <details>
   
   ```diff
   @@ -776,7 +763,7 @@
    
        ble_l2cap_test_util_init();
    
   -    ble_l2cap_test_util_create_conn(2, ((uint8_t[]){1,2,3,4,5,6}),
   +    ble_l2cap_test_util_create_conn(2, ((uint8_t[]) {1,2,3,4,5,6}),
                                        ble_l2cap_test_util_conn_cb, NULL);
    
        for (i = 0; i < t->num; i++) {
   ```
   
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to