[OpenJDK 2D-Dev] RFR: 8239091: Reversed arguments in call to strstr in freetype "debug" code.

Phil Race philip.race at oracle.com
Fri Feb 14 17:14:17 UTC 2020


Bug: https://bugs.openjdk.java.net/browse/JDK-8239091
Webrev :http://cr.openjdk.java.net/~prr/8239091/

One line fix
from the man page of strstr it should be :-

        char *strstr(const char *haystack, const char *needle);


-phil.


More information about the 2d-dev mailing list