On Wed, 18 Mar 2026 23:02:59 GMT, sseu-buhuzzi <[email protected]> wrote:
>> This PR fixes a segfault in the jpackage Linux launcher caused by partial >> reads/writes when transferring JVM launcher data through a pipe. >> >> It introduced `readFully` and `writeFully` helper functions in >> `LinuxLauncher.c` to ensure complete transfer by: >> - Using a `while` loop to handle partial I/O. >> - Retrying on `EINTR`. > > sseu-buhuzzi has updated the pull request incrementally with one additional > commit since the last revision: > > Update full name Thanks for the reviews and for approving the patch! I'm now proceeding with the integration. ------------- PR Comment: https://git.openjdk.org/jdk/pull/30254#issuecomment-4099266909
