Skip to content

Draft: chore(run): improvements to self-exec

Dmitry Ivanov requested to merge funbringer/improve-self-exec into master

Summary

  • chore(run): improvements to self-exec

This patch includes the following improvements:

  • Use clock_lowres_signal_reset() instead of raw alarm().
  • Use path_unlock() instead of raw fcntl().
  • Use std's Command api instead of raw execvp().

  • Close #...
  • Cherry-pick to: none / 24.6
  • Docs follow-up: not necessary / new issue
  • Changelog is updated

Merge request reports