Describe the bug
Poorly documented large function
Expected behavior
Same behavior. Better documentation for future users/developers. Either document functions or remove empty comment blocks.
Code snips
One function example out of many:
|
/** |
|
* |
|
*/ |
|
|
|
int32 AllocateSymbols(void) |
Additional context
Caught by CodeQL - Security queries.
Several functions have empty comment blocks where documentation should go.
Reporter Info
Ariel Adams, MCSG Tech
Describe the bug
Poorly documented large function
Expected behavior
Same behavior. Better documentation for future users/developers. Either document functions or remove empty comment blocks.
Code snips
One function example out of many:
elf2cfetbl/elf2cfetbl.c
Lines 817 to 821 in b6aa1c0
Additional context
Caught by CodeQL - Security queries.
Several functions have empty comment blocks where documentation should go.
Reporter Info
Ariel Adams, MCSG Tech