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

open-quantum-safe / liboqs / 23199268829 / 2
82%
main: 82%

Build:
DEFAULT BRANCH: main
Ran 17 Mar 2026 03:46PM UTC
Files 2353
Run time 1min
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: 57.294% (+0.001%) from 57.293%
23199268829.2

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>

109972 of 191944 relevant lines covered (57.29%)

3047302.6 hits per line

Source Files on job x64-distbuild - 23199268829.2
  • Tree
  • List 2353
  • Changed 8
  • Source Changed 1
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 23199268829
  • ab0e07c3 on github
  • Prev Job for on main (#23171008460.2)
  • Next Job for on main (#24013734869.3)
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