wdfserial: fix NULL pipe guards and divide-by-zero in read/write threads #106
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: QC Preflight Checks | |
| on: | |
| pull_request: | |
| push: | |
| branches: [main] | |
| workflow_dispatch: | |
| jobs: | |
| preflight: | |
| name: Run QC Preflight Checks | |
| uses: qualcomm/qcom-reusable-workflows/.github/workflows/reusable-qcom-preflight-checks-orchestrator.yml@v2 | |
| with: | |
| enable-semgrep-scan: true | |
| enable-dependency-review: true | |
| enable-repolinter-check: true | |
| enable-copyright-license-check: true | |
| enable-commit-email-check: true | |
| enable-commit-msg-check: false | |
| enable-armor-checkers: false | |
| permissions: | |
| contents: read | |
| security-events: write |