9fans / plan9port

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

Check potential null pointer returned by strdup #661

Open XZ-X opened 4 months ago

XZ-X commented 4 months ago

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

I added null pointer checks to unchecked strdup calls.