Replace a switch statement used to validate arguments to known library functions with a more consistent table-driven approach and tighten it up.
500 B
500 B
Replace a switch statement used to validate arguments to known library functions with a more consistent table-driven approach and tighten it up.