We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87967ed commit 68be7ddCopy full SHA for 68be7dd
1 file changed
core/include/checks.h
@@ -37,6 +37,8 @@ int verify_conv_btc_to_satoshi(void);
37
* Verifies that calling handle_incoming_message() with a serialized protobuf
38
* message which exceeds nanopb field size limits (defined in proto .options
39
* files) fails as expected.
40
+ *
41
+ * Note that as this function uses statically-allocated buffers, it is not thread-safe.
42
*/
43
int verify_rpc_oversized_message_rejected(void);
44
0 commit comments