Thanks to visit codestin.com
Credit goes to github.com

Skip to content

packetbeat/route: improve netsh output handling#39757

Merged
efd6 merged 1 commit into
elastic:mainfrom
efd6:netshdbg
May 29, 2024
Merged

packetbeat/route: improve netsh output handling#39757
efd6 merged 1 commit into
elastic:mainfrom
efd6:netshdbg

Conversation

@efd6
Copy link
Copy Markdown
Contributor

@efd6 efd6 commented May 29, 2024

Proposed commit message

This improves the error handling for the testing invocation of netsh to allow
the cause of #39698 to be identified.

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

Disruptive User Impact

Author's Checklist

  • [ ]

How to test this PR locally

Related issues

Use cases

Screenshots

Logs

@efd6 efd6 added backport-skip Skip notification from the automated backport with mergify Team:Security-Linux Platform Linux Platform Team in Security Solution labels May 29, 2024
@efd6 efd6 self-assigned this May 29, 2024
@botelastic botelastic Bot added needs_team Indicates that the issue/PR needs a Team:* label and removed needs_team Indicates that the issue/PR needs a Team:* label labels May 29, 2024
This improves the error handling for the testing invocation of netsh to allow
the cause of elastic#39698 to be identified.
@efd6 efd6 marked this pull request as ready for review May 29, 2024 06:57
@efd6 efd6 requested a review from a team as a code owner May 29, 2024 06:57
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/sec-linux-platform (Team:Security-Linux Platform)

@efd6 efd6 merged commit 935f3f5 into elastic:main May 29, 2024
efd6 added a commit that referenced this pull request Jun 7, 2024
Windows 2022 appears to have added new text to the output of netsh. The text
is interpreted as having three fields. This impact on the behaviour of the
field splitting which expects five.

- Originally this would cause a panic due to bounds checking. This was fixed
  in #39757 by erroring on an unexpectedly short line.
- The fieldsN helper expects lines to be n fields or longer, but does not
  terminate on lines with fewer fields.

So treat the first blank line found in the table as the end of the table and
fix the fieldsN helper.
mergify Bot pushed a commit that referenced this pull request Jun 7, 2024
Windows 2022 appears to have added new text to the output of netsh. The text
is interpreted as having three fields. This impact on the behaviour of the
field splitting which expects five.

- Originally this would cause a panic due to bounds checking. This was fixed
  in #39757 by erroring on an unexpectedly short line.
- The fieldsN helper expects lines to be n fields or longer, but does not
  terminate on lines with fewer fields.

So treat the first blank line found in the table as the end of the table and
fix the fieldsN helper.

(cherry picked from commit 35f8d09)
efd6 added a commit that referenced this pull request Jun 7, 2024
Windows 2022 appears to have added new text to the output of netsh. The text
is interpreted as having three fields. This impact on the behaviour of the
field splitting which expects five.

- Originally this would cause a panic due to bounds checking. This was fixed
  in #39757 by erroring on an unexpectedly short line.
- The fieldsN helper expects lines to be n fields or longer, but does not
  terminate on lines with fewer fields.

So treat the first blank line found in the table as the end of the table and
fix the fieldsN helper.

(cherry picked from commit 35f8d09)

Co-authored-by: Dan Kortschak <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-skip Skip notification from the automated backport with mergify Packetbeat Team:Security-Linux Platform Linux Platform Team in Security Solution

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants