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