RFR: 8287609: macOS: SIGSEGV at [CoreFoundation] CFArrayGetCount / sun.font.CFont.getTableBytesNative

Alexey Ivanov aivanov at openjdk.org
Wed Jun 22 09:58:55 UTC 2022


On Sun, 5 Jun 2022 15:38:21 GMT, Phil Race <prr at openjdk.org> wrote:

>> `CTFontCopyAvailableTables` can return null, which causes subsequent call to `CFArrayGetCount` to crash with SEGFAULT, just added a null-check.
>
> how do to backports is documented here : https://wiki.openjdk.java.net/display/SKARA/Backports
> but the wiki is down for maintenance so you'll need to wait for it to be back up to read it.

> Hi @prrace! Bot says I cannot use `/backport` command because it doesn't recognize me as contributor, though I'm `/covered`. Can you help me with this, please?

You can create a backport PR as regular one: create a branch in your fork of jdk18u, apply the changeset, commit and push the branch. Now create a PR with the title *Backport `<commit-hash>`* where `commit-hash` is the hash of the commit you're backporting, which is `8c460b043e1cbaf1f2d74958033bb24dea66a390` in this case.

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

PR: https://git.openjdk.org/jdk/pull/8962



More information about the client-libs-dev mailing list