view .dir-locals.el @ 32197:aa038131581c

VM: Prevent out-of-bounds read (patch #10365). Prefetching of 'arg0' for single byte opcodes leads to reading past the end of the array that stores the opcodes. * libinterp/parse-tree/pt-bytecode-vm.cc (vm::execute_code): Append dummy opcode.
author Petter T. <petter.vilhelm@gmail.com>
date Sat, 24 Jun 2023 01:19:50 +0200
parents df203b20cfc6
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))