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

ES2N potential crash in GLContext.glVertexAttribPointer

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 7u6
    • 7u6
    • javafx

      GLContext.glVertexAttribPointer internally store a temporary pointer gotten form the GetPrimitiveArrayCritical which is invalind after a call to ReleasePrimitiveArrayCritical.
      Any attempts to read\write data pointed by the pointer (after a call to ReleasePrimitiveArrayCritical) may lead to crash.

            kprazdnikwse Kirill.Prazdnikov (Inactive)
            kprazdnikwse Kirill.Prazdnikov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: