|
Hi Yasumasa,
It looks good. One tip: + // This code would be warned as "stringop-truncation" by GCC 8 or later. +PRAGMA_DIAG_PUSH +PRAGMA_STRINGOP_TRUNCATION_IGNORED strncpy(buf, str, len); +PRAGMA_DIAG_POP I'd suggest to place the comment before the line with strncopy(). Not subject for re-review. Thanks, Serguei On 10/16/19 16:25, Yasumasa Suenaga wrote: (Re-send email because I could not send original email to serviceability-dev and hotspot-compiler-dev) |
- Re: RFR: 8232084: Hot... Kim Barrett
- Re: RFR: 8232084: Hot... Kim Barrett
- Re: RFR: 8232084: Hot... Kim Barrett
- Re: RFR: 8232084: Hot... Yasumasa Suenaga
- Re: RFR: 8232084: Hot... Yasumasa Suenaga
- Re: RFR: 8232084: Hot... Chris Plummer
- Re: RFR: 8232084: Hot... Kim Barrett
- Re: RFR: 8232084: Hot... [email protected]
- Re: RFR: 8232084: Hot... Magnus Ihse Bursie
- RFR: 8232084: HotSpot build failed with GCC 9.2... Yasumasa Suenaga
- Re: RFR: 8232084: HotSpot build failed wit... [email protected]
- Re: RFR: 8232084: HotSpot build failed... Yasumasa Suenaga
- Re: RFR: 8232084: HotSpot build failed... David Holmes
- Re: RFR: 8232084: HotSpot build fa... Yasumasa Suenaga
- Re: RFR: 8232084: HotSpot buil... David Holmes
- Re: RFR: 8232084: HotSpot... Yasumasa Suenaga
- Re: RFR: 8232084: Hot... David Holmes
- Re: RFR: 8232084: Hot... Yasumasa Suenaga
- Re: RFR: 8232084: Hot... David Holmes
- Re: RFR: 8232084: Hot... Yasumasa Suenaga
- Re: RFR: 8232084: Hot... Ioi Lam
