> with IP "0.0.0.0"
>
> - it either does nothing and ping fails, or, in some virtual environments
> is treated as the default route address.
> - IPv6 support for ::1 is available since 1977; however, ::0 is not accepted
> as a vaild psuedo IPv6 address. '::1' must be used instead.
>
> ping: bind:
On Thu, 28 Apr 2022 15:56:00 GMT, Daniel Fuchs wrote:
>> test/jdk/java/net/Inet4Address/PingThis.java line 49:
>>
>>> 47: public static void main(String args[]) throws Exception {
>>> 48: osname = System.getProperty("os.name")
>>> 49: /*
>>
>> Doesn't look like the line abov
On Fri, 29 Apr 2022 12:11:27 GMT, Michael Felt wrote:
>> Good catch!
>
> too much Python (no semi-colons) - great catch.
>
> Looking into how to verify proposed changes using jenkins (adoptium). When
> not in aqa-tests, more difficult (for me) too get it tested. (aka Better next
> time).
Stil
On Fri, 29 Apr 2022 12:16:36 GMT, Michael Felt wrote:
>> with IP "0.0.0.0"
>>
>> - it either does nothing and ping fails, or, in some virtual environments
>> is treated as the default route address.
>> - IPv6 support for ::1 is available since 1977; however, ::0 is not accepted
>> as a vaild psu
On Fri, 29 Apr 2022 12:11:27 GMT, Michael Felt wrote:
>> Good catch!
>
> too much Python (no semi-colons) - great catch.
>
> Looking into how to verify proposed changes using jenkins (adoptium). When
> not in aqa-tests, more difficult (for me) too get it tested. (aka Better next
> time).
@aix
On Fri, 29 Apr 2022 15:06:28 GMT, Jaikiran Pai wrote:
>> too much Python (no semi-colons) - great catch.
>>
>> Looking into how to verify proposed changes using jenkins (adoptium). When
>> not in aqa-tests, more difficult (for me) too get it tested. (aka Better
>> next time).
>
> @aixtools, if
Hi,
I need a review of this fix to allow a read-only 'src' buffer to be used with
SSLEngine.unwrap(). A temporary read-write buffer is created in the SSLCipher
operation when a read-only buffer is passed. If the 'src' is read-write, there
is no effect on the current operation
The PR also inclu