getHBScriptCode script code validation

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: 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

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

              Created:
              Updated:
              Resolved: