All p_*.c files contain global variables at the top of the file, and are used frequently for convenience throughout each. This is both not thread-safe and can make the code difficult to follow.
We should use local copies of the following variables in these files whenever possible. Other globals in these files should be reviewed, but these may be more straightforward to address:
All p_*.c files contain global variables at the top of the file, and are used frequently for convenience throughout each. This is both not thread-safe and can make the code difficult to follow.
We should use local copies of the following variables in these files whenever possible. Other globals in these files should be reviewed, but these may be more straightforward to address: