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

global-buffer-overflow in Atomic::PlatformLoad<4ul>::operator()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 21
    • hotspot

      This is specifically for Zero, see https://github.com/openjdk/jdk/pull/12477#issuecomment-1424571609.

      Zero loads 4 bytes (int) when the underlying variable is a bool (1 byte). Since Zero is using `__atomic_*`, it should probably just define the appropriate partial specialization for 1 and 2 byte operations.

            Unassigned Unassigned
            jcking Justin King
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: