RFR (XS): 8231600: Avoid GCC 8 strncpy error in jdk.jdwp.agent
Chris Plummer
chris.plummer at oracle.com
Sun Sep 29 16:46:59 UTC 2019
On 9/29/19 7:13 AM, Florian Weimer wrote:
> * Chris Plummer:
>
>> Fix looks good.
> Thanks. Would you be able to sponsor this change for me?
Yes. Just send me the changeset patch once you get a second review.
Chris
>
> Florian
>
>> On 9/28/19 2:09 AM, Florian Weimer wrote:
>>> Bug: https://bugs.openjdk.java.net/browse/JDK-8231600
>>> Webrev: http://cr.openjdk.java.net/~fweimer/8231600/webrev.01/
>>>
>>> We know the size of the string, so we can use memcpy instead of strncpy.
>>>
>>> Thanks,
>>> Florian
More information about the serviceability-dev
mailing list