Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly set length for extracted filenames. #630

Merged
merged 1 commit into from
Jul 19, 2016
Merged

Conversation

mstemm
Copy link
Contributor

@mstemm mstemm commented Jul 19, 2016

While merging together #624 (multi string search) and #625 (don't
sanitize strings), the length was only being set when string
sanitization was enabled.

Additionally, the length was not being initialized to 0, meaning that it
was not defined.

This led to some FPs for some of the falco tests.

I'll go ahead and merge this once tests pass so I can do more comprehensive testing in falco.

While merging together #624 (multi string search) and #625 (don't
sanitize strings), the length was only being set when string
sanitization was enabled.

Additionally, the length was not being initialized to 0, meaning that it
was not defined.

This led to some FPs for some of the falco tests.
@mstemm mstemm merged commit e986d5e into dev Jul 19, 2016
@mstemm mstemm deleted the properly-set-length branch July 19, 2016 00:33
gianlucaborello added a commit that referenced this pull request Aug 16, 2016
While merging together #624 (multi string search) and #625 (don't
sanitize strings), the length was only being set when string
sanitization was enabled.

Additionally, the length was not being initialized to 0, meaning that it
was not defined.

This led to some FPs for some of the falco tests.
dmyerscough pushed a commit to dmyerscough/sysdig that referenced this pull request Mar 3, 2017
While merging together draios#624 (multi string search) and draios#625 (don't
sanitize strings), the length was only being set when string
sanitization was enabled.

Additionally, the length was not being initialized to 0, meaning that it
was not defined.

This led to some FPs for some of the falco tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant