Replace deprecated sprintf with snprintf in jpeg loader

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: jfx21
    • Component/s: javafx
    • None

      The following calls to sprintf should be removed or replaced with snprintf:

      modules/javafx.graphics/src/main/native-iio/libjpeg/jerror.c:
          sprintf(buffer, msgtext, err->msg_parm.s);
      ...
          sprintf(buffer, msgtext,

            Assignee:
            Jayathirth D V
            Reporter:
            Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: