Skip to content

Commit

Permalink
fix: increase MAX_ROWS_PER_TABLE in dotnet module.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Dec 22, 2023
1 parent 0a62459 commit 0e13779
Show file tree
Hide file tree
Showing 3 changed files with 13,883 additions and 1 deletion.
2 changes: 1 addition & 1 deletion yara-x/src/modules/dotnet/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ impl<'a> Dotnet<'a> {

impl<'a> Dotnet<'a> {
const MAX_PARAMS: u32 = 1000;
const MAX_ROWS_PER_TABLE: u32 = 1000;
const MAX_ROWS_PER_TABLE: u32 = 10000;
const MAX_ARRAY_DIMENSION: u32 = 50;
const MAX_RECURSION: usize = 16;

Expand Down
Binary file not shown.
Loading

0 comments on commit 0e13779

Please sign in to comment.