RFR: 8332589: ubsan: unix/native/libjava/ProcessImpl_md.c:562:5: runtime error: null pointer passed as argument 2, which is declared to never be null
Matthias Baesken
mbaesken at openjdk.org
Wed May 22 09:16:01 UTC 2024
On Wed, 22 May 2024 07:38:07 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> How come `c->pdir` can be null? Is it if `sp.dirlen` is 0?
I added a bit of tracing output and get
**** Attention c->pdir is null; sp.dirlen is 0
So yes sp.dirlen is also 0 .
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19329#issuecomment-2124271807
More information about the core-libs-dev
mailing list