> 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 ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30254/files - new: https://git.openjdk.org/jdk/pull/30254/files/933544b9..06d227d4 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30254&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30254&range=01-02 Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/30254.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30254/head:pull/30254 PR: https://git.openjdk.org/jdk/pull/30254
