mirror of
https://github.com/uutils/awk.git
synced 2026-06-10 16:15:04 -07:00
parser: forbid unsafe code
This way, can avoid relying on a sanitizer when fuzzing. For now, we only allow unsafe code in a few specific cases in the lexer.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
//
|
||||
// For the full copyright and license information, please view the LICENSE
|
||||
// files that was distributed with this source code.
|
||||
#![forbid(unsafe_code)]
|
||||
|
||||
mod ast;
|
||||
mod diagnostics;
|
||||
|
||||
Reference in New Issue
Block a user