Add new markdown files

This commit is contained in:
Valtteri Karesto
2022-03-08 09:56:07 +02:00
parent daee9de96c
commit ed37427da8
42 changed files with 315 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
# hooks-raddr-conv-buf-len
Hook API `util_accid` has upper limit on the length of its input
(because it expects it to be a raddr) and fixed-size account ID
output.
This check warns about invalid sizes of input and output parameters
(if they're specified by constants - variable parameters are ignored).