In C, not using 'void' if a function does not accept any argument is a
potential vulnerability – security.stackexchange.com
In CERT secure coding standard, there is a recommendation that "Always
specify void even if a function accepts no arguments". A possible security
vulnerability is proposed in it. /* Compile using ...
No comments:
Post a Comment