On Wed, 18 Mar 2026 23:02:59 GMT, xeu-giayoei <[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`.
>
> xeu-giayoei has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Update full name

Looks good.

-------------

Marked as reviewed by almatvee (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/30254#pullrequestreview-3971441192

Reply via email to