yonhan3
yonhan3
Thanks for opening this issue. I think OpenOSC can add a new define flag to turn on/off the remapping of strnlen(): -DOPENOSC_STRNLEN_DISABLE By default, we will remap strnlen, but if...
Sure, good idea. I will set OPENOSC_STRNLEN_MAP_DISABLED (or similar) if OPENOSC_STRNLEN_DISABLE is defined. I will add this in our next OpenOSC release. Thanks!
Thanks for reporting this issue. There seems some difference between "char src[] = " and "char *src = ". For the first one, somehow, the compiler fails to know the...