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

Replace deprecated sprintf with snprintf in jpeg loader

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • jfx21
    • 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,

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

              Created:
              Updated: