NVIDIA / pyxis

Container plugin for Slurm Workload Manager
Apache License 2.0
273 stars 31 forks source link

Fix realloc error handling in add_mount_entry #15

Closed flx42 closed 4 years ago

flx42 commented 4 years ago

This addresses a potential use-after-free situation that was not possible in practice since we stop processing after any call to add_mount_entry fails.

Signed-off-by: Felix Abecassis fabecassis@nvidia.com

@lukeyeager to review I did it write this time :)