mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
758af77e9d
Primarily related to the path handling datatypes, to avoid unnecessary casts, where possible. Also some rework to avoid code dup. Probably more places are to go, even not path related, primarily to have less casts and unsigned integers where possible. That way, we've not only less warnings and casts, but are also safer with regard to the integer overflows. OFC it's not a panacea, but still significantly reduces the vulnerability potential.
4 lines
176 B
C
4 lines
176 B
C
/* Keep this header for compatibility with external code, it's currently not
|
|
used anywhere in the core and there are no implementations in TSRM. */
|
|
#include "win32/readdir.h"
|