RFR: JDK-8316030: Update Libpng to 1.6.40
Damon Nguyen
dnguyen at openjdk.org
Thu Oct 19 16:15:08 UTC 2023
On Tue, 17 Oct 2023 17:27:45 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:
> Libpng updated from 1.6.39 to 1.6.40
>
> Build and CI Testing passes on all platforms.
Changes look good to me. I left one question for clarification for myself.
src/java.desktop/share/native/libsplashscreen/libpng/pngget.c line 60:
> 58: if (flag == PNG_INFO_tRNS && png_ptr->num_trans == 0)
> 59: return(0);
> 60: #endif
What's this addition doing exactly?
-------------
Marked as reviewed by dnguyen (Committer).
PR Review: https://git.openjdk.org/jdk/pull/16223#pullrequestreview-1688152478
PR Review Comment: https://git.openjdk.org/jdk/pull/16223#discussion_r1365803799
More information about the client-libs-dev
mailing list