view .editorconfig @ 31119:5cf18ef0377c stable

regexp: Check pattern length before accessing it (bug #62704). * liboctave/util/lo-regexp.cc (regexp::compile_internal): Check string length before accessing character at position. * libinterp/corefcn/regexp.cc (Fregexp): Add test.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 04 Jul 2022 20:36:01 +0200
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab