RFR: 8320798: Console read line with zero out should zero out underlying buffer [v2]
Alan Bateman
alanb at openjdk.org
Thu Nov 30 11:59:05 UTC 2023
On Thu, 30 Nov 2023 11:10:44 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
> Given that the default `JdkConsole` provider implementation is the one that uses jline (in `jdk.internal.le` module), should we also do something to zero out this data in its implementation too. A brief glance suggests that it too uses an internal implementation class called `jdk.internal.org.jline.reader.impl.BufferImpl`.
This PR is the console implementation in java.base, there will be other changes for jline.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16861#issuecomment-1833622797
More information about the core-libs-dev
mailing list