9fans / plan9port

Plan 9 from User Space
https://9fans.github.io/plan9port/
Other
1.62k stars 320 forks source link

Check potential null pointer returned by strdup #661

Open XZ-X opened 1 month ago

XZ-X commented 1 month ago

The lib function strdup may return null pointer on memory allocation failures.

I added null pointer checks to unchecked strdup calls.