1 Commits

Author SHA1 Message Date
nocjj
5569dbffb7 bugfix: add check to avoid invalid ptr for strcmp
If len of d_name is less than ".pid", it may pass a invalid ptr
to strcmp, which will cause crash.
2021-01-27 10:43:19 +08:00