hpc / Spindle

Scalable dynamic library and python loading in HPC environments
Other
94 stars 22 forks source link

Properly NULL-terminate string containing PID of daemon to kill #19

Closed mcfadden8 closed 5 years ago

mcfadden8 commented 5 years ago

The clang compiler produced a warning on line 131, which upon examination, would cause the pids string to not properly be null-terminated.

mcfadden8 commented 5 years ago

@mplegendre, please review.