Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8160695

getHBScriptCode script code validation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • client-libs
    • 2d
    • 9
    • b127

      src/java.desktop/share/native/libfontmanager/scriptMapping.c has

      hb_script_t getHBScriptCode(int code) {
          if (code > MAX_ICU_SCRIPTCODE) {
              return HB_SCRIPT_INVALID;
          }

      Since 'code' will index an array, even though it is drawn from a limited set, it will be safer to ensure it is also >=0

            prr Philip Race
            prr Philip Race
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: