You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2022/08/25 13:23:02 UTC

[GitHub] [mynewt-nimble] michal-narajowski commented on a diff in pull request #1111: Fix Coverity issues in mesh

michal-narajowski commented on code in PR #1111:
URL: https://github.com/apache/mynewt-nimble/pull/1111#discussion_r954962306


##########
nimble/host/mesh/src/testing.c:
##########
@@ -123,7 +123,7 @@ void bt_test_print_credentials(void)
 	console_printf("IV Index: %08lx\n", (long) bt_mesh.iv_index);
 	console_printf("Dev key: %s\n", bt_hex(bt_mesh.dev_key, 16));
 
-	for (i = 0; i < ARRAY_SIZE(bt_mesh_cdb.app_keys); ++i)
+	for (i = 0; i < ARRAY_SIZE(bt_mesh_cdb.subnets); ++i)

Review Comment:
   I think this is now resolved.



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org