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 48544fc commit 88b2220Copy full SHA for 88b2220
hal/hal/trng_api.h
@@ -50,7 +50,7 @@ void trng_free(trng_t *obj);
50
*
51
* @param obj The TRNG object
52
* @param output The pointer to an output array
53
- * @param length The length of output data
+ * @param length The size of output data, to avoid buffer overwrite
54
* @param output_length The length of generated data
55
* @return 0 success, -1 fail
56
*/
0 commit comments