Skip to content

[AUTO_UPDATE] Branch API_LEVEL_26#1634

Merged
bboilot-ledger merged 5 commits into
API_LEVEL_26from
auto_update_API_LEVEL_26
Jul 7, 2026
Merged

[AUTO_UPDATE] Branch API_LEVEL_26#1634
bboilot-ledger merged 5 commits into
API_LEVEL_26from
auto_update_API_LEVEL_26

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown

Automated update from #1585 (Add Absolution-based stateful fuzzing framework)

N3ur0sis added 5 commits July 7, 2026 09:41
Found by SDK fuzzing (UBSan): 1 << i is undefined for a 32-bit signed int
at i == 31. Shift as uint32_t instead.

(cherry picked from commit fae7a97)
Found by SDK fuzzing (UBSan): skip the copy when len == 0 so a NULL data
pointer is never passed to memcpy.

(cherry picked from commit d96f498)
Found by SDK fuzzing (UBSan): guard the scan and copy on value.size > 0 so
a NULL value pointer is never passed to strnlen/memcpy.

(cherry picked from commit 2a1580d)
Found by SDK fuzzing (UBSan): skip the buffer copy when count == 0 so a
NULL pointer is never passed to memcpy.

(cherry picked from commit 338b423)
@github-actions
github-actions Bot requested a review from N3ur0sis July 7, 2026 09:41
@ledger-wiz-cspm-secret-detection

Copy link
Copy Markdown

Wiz Scan Summary

Scanner Findings
Data Finding Sensitive Data -
Secret Finding Secrets -
IaC Misconfiguration IaC Misconfigurations -
SAST Finding SAST Findings 1 Medium
Software Management Finding Software Management Findings -
Total 1 Medium

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 71.42857% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.88%. Comparing base (a7df856) to head (243c4fd).
⚠️ Report is 38 commits behind head on API_LEVEL_26.

Files with missing lines Patch % Lines
lib_cxng/src/cx_crc32.c 0.00% 2 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##           API_LEVEL_26    #1634   +/-   ##
=============================================
  Coverage         91.87%   91.88%           
=============================================
  Files                39       39           
  Lines              4653     4656    +3     
  Branches            596      598    +2     
=============================================
+ Hits               4275     4278    +3     
  Misses              266      266           
  Partials            112      112           
Flag Coverage Δ
unittests 91.88% <71.42%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bboilot-ledger
bboilot-ledger merged commit 39637e8 into API_LEVEL_26 Jul 7, 2026
234 checks passed
@bboilot-ledger
bboilot-ledger deleted the auto_update_API_LEVEL_26 branch July 7, 2026 11:02
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.

3 participants