On Wed, 6 Apr 2022 13:38:03 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> This patch adds missing `r` in `string`s > > src/java.desktop/share/native/liblcms/cmstypes.c line 3668: > >> 3666: // Auxiliary, read an string specified as count + string >> 3667: static >> 3668: cmsBool ReadCountAndString(struct _cms_typehandler_struct* self, >> cmsIOHANDLER* io, cmsMLU* mlu, cmsUInt32Number* SizeOfTag, const char* >> Section) > > As @kevinrushforth mentioned, we usually don't modify the source from > external libraries. You should report and fix the problem upstream. Filed https://github.com/mm2/Little-CMS/pull/313 for this ------------- PR: https://git.openjdk.java.net/jdk/pull/8125