• Croquette@sh.itjust.works
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      12 hours ago

      This is for a 32bits encoded epoch time, which will run out in 2038.

      Epoch time on 64 bits will see the sun swallow Earth before it runs out.

    • bss03@infosec.pub
      link
      fedilink
      English
      arrow-up
      1
      ·
      19 hours ago

      We’ve still got time to fix it, and the next release of Debian will likely have a time-64 complete userland. I don’t know the status of other “bedrock” distributions, but I expect that for all Linux (and BSD) systems that don’t have to support a proprietary time-32 program, everything will be time-64 with nearly a decade to spare.

        • bss03@infosec.pub
          link
          fedilink
          arrow-up
          1
          ·
          3 hours ago

          I think it affects amd64 / x64 because they originally used a 32-bit time_t for compatibility with x86 to make multiarch easier.

          I don’t believe it affects arm64.