reiabreu opened a new pull request, #9008:
URL: https://github.com/apache/storm/pull/9008

   reap-oci-container now checks the container id with validate_container_id 
(hex digits and dashes, 36-42 chars) before it is used. validate_container_id 
is exported from oci_launch_cmd.c. cleanup_oci_container runs "runc delete" via 
fork/execv with an explicit argument vector instead of system().
   
   ## How this was tested
   Built the worker-launcher native tree with `autoreconf -i && ./configure && 
make check` (autotools, compiled with `-Werror`); the test suite passes. Adds 
`test_validate_container_id`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to