Skip to content

Commit 68be7dd

Browse files
committed
squashme: Add a comment
1 parent 87967ed commit 68be7dd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core/include/checks.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ int verify_conv_btc_to_satoshi(void);
3737
* Verifies that calling handle_incoming_message() with a serialized protobuf
3838
* message which exceeds nanopb field size limits (defined in proto .options
3939
* files) fails as expected.
40+
*
41+
* Note that as this function uses statically-allocated buffers, it is not thread-safe.
4042
*/
4143
int verify_rpc_oversized_message_rejected(void);
4244

0 commit comments

Comments
 (0)