RFR: JDK-8232973: Potential infinite loop in macOS hotspot agent
serguei.spitsyn at oracle.com
serguei.spitsyn at oracle.com
Thu Oct 24 17:17:52 UTC 2019
Hi Simon,
+1
Thanks,
Serguei
On 10/24/19 08:55, Chris Plummer wrote:
> Hi Simon,
>
> The changes look good.
>
> thanks,
>
> Chris
>
> On 10/24/19 7:16 AM, Simon Tooke wrote:
>> Hello,
>>
>> While reviewing uses of strtok() with an eye to moving to strtok_r(),
>> I came accross an inifinite loop in the macOS agent code, but one
>> that has probably never been executed. In the interests of not
>> having even potential loops, I've file a bug and have a PR to
>> submit. My patch removes the inifinite loop and switches to
>> strtok_r(). The switch to the reentrant version is not required in
>> this use case but I include it so that this code doesn't show up on
>> future scans for strtok() usage.
>>
>> Bug: https://bugs.openjdk.java.net/browse/JDK-8232973
>>
>> Webrev: http://cr.openjdk.java.net/~stooke/webrevs/jdk-8232973-jdk/00/
>>
>> Are there any concerns?
>>
>> Thanks,
>>
>> -Simon
>>
>>
>>
>
>
More information about the serviceability-dev
mailing list