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 @sseu-buhzzi Your change (at version 06d227d4bd29f7920e002c72406e9619c367d2d3) is now ready to be sponsored by a Committer. ------------- PR Comment: https://git.openjdk.org/jdk/pull/30254#issuecomment-4099272941
