• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

open-quantum-safe / liboqs / 23199268829
83%

Build:
DEFAULT BRANCH: main
Ran 17 Mar 2026 03:13PM UTC
Jobs 3
Files 2881
Run time 10min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Mar 2026 02:27PM UTC coverage: 85.2% (+2.2%) from 83.027%
23199268829

push

github

web-flow
Merge commit from fork

In sampling.c, secure_clean() was called with sizeof(*wlist_temp) and
sizeof(*wlist), which gives the size of a single idx_t element (4 bytes)
rather than the full array. This left the vast majority of secret key
indices and error vector positions uncleaned on the stack.

Change to sizeof(wlist_temp) and sizeof(wlist) to clean the entire arrays.

Signed-off-by: Douglas Stebila <dstebila@uwaterloo.ca>

2 of 2 new or added lines in 1 file covered. (100.0%)

10 existing lines in 9 files now uncovered.

192452 of 225882 relevant lines covered (85.2%)

9042494.59 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
96.72
-1.64% src/kem/classic_mceliece/pqclean_mceliece460896f_clean/encrypt.c
1
97.3
-1.35% src/kem/classic_mceliece/pqclean_mceliece8192128_clean/pk_gen.c
1
96.44
-0.09% src/sig/falcon/pqclean_falcon-1024_aarch64/keygen.c
1
52.24
-1.49% src/sig/falcon/pqclean_falcon-1024_aarch64/vrfy.c
1
33.33
-4.17% src/sig/ml_dsa/mldsa-native_ml-dsa-44_x86_64/mldsa/src/rounding.h
1
33.33
-4.17% src/sig/ml_dsa/mldsa-native_ml-dsa-65_aarch64/mldsa/src/rounding.h
1
95.83
-4.17% src/sig/ml_dsa/mldsa-native_ml-dsa-87_ref/mldsa/src/rounding.h
1
33.33
-4.17% src/sig/ml_dsa/mldsa-native_ml-dsa-87_x86_64/mldsa/src/rounding.h
2
61.9
-0.45% src/sig/ml_dsa/mldsa-native_ml-dsa-65_x86_64/mldsa/src/sign.c
Jobs
ID Job ID Ran Files Coverage
1 x64-generic - 23199268829.1 17 Mar 2026 03:46PM UTC 1243
86.29
GitHub Action Run
2 x64-distbuild - 23199268829.2 17 Mar 2026 03:43PM UTC 2353
57.29
GitHub Action Run
3 arm64-distbuild - 23199268829.3 17 Mar 2026 03:13PM UTC 1770
60.34
GitHub Action Run
Source Files on build 23199268829
  • Tree
  • List 2881
  • Changed 20
  • Source Changed 1
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23199268829
  • ab0e07c3 on github
  • Prev Build on main (#23171008460)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc