Hi Yasumasa,
The fix in src/hotspot/cpu/x86/macroAssembler_x86.hpp looks Okay. But I don't understand why you need this fix in src/hotspot/share/services/diagnosticArgument.cpp ?: char* buf = NEW_RESOURCE_ARRAY(char, len + 1); - strncpy(buf, str, len); + strncpy(buf, str, len + 1); buf[len] = '\0';The buf[len] is set to '\0' anyway. Thanks, Serguei On 10/9/19 22:55, Yasumasa Suenaga wrote: Hi all, |
- RFR: 8232084: HotSpot build failed with GCC 9.2... Yasumasa Suenaga
- Re: RFR: 8232084: HotSpot build failed wit... serguei.spit...@oracle.com
- Re: RFR: 8232084: HotSpot build failed... Chris Plummer
- Re: RFR: 8232084: HotSpot build fa... serguei.spit...@oracle.com
- Re: RFR: 8232084: HotSpot buil... Yasumasa Suenaga
- Re: RFR: 8232084: HotSpot buil... David Holmes
- Re: RFR: 8232084: HotSpot... serguei.spit...@oracle.com
- Re: RFR: 8232084: Hot... Yasumasa Suenaga
- Re: RFR: 8232084:... Yasumasa Suenaga
- Re: RFR: 8232084: HotSpot... Yasumasa Suenaga
- Re: RFR: 8232084: Hot... Chris Plummer
- Re: RFR: 8232084:... Ioi Lam