ofiwg / libfabric

Open Fabric Interfaces
http://libfabric.org/
Other
555 stars 376 forks source link

core: Fix an error in the error handling path of fi_param_define() #10134

Closed j-xiong closed 3 months ago

j-xiong commented 3 months ago

The wrong string was set to NULL when asprintf failed. This could cause undefined pointer being used later.