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

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

Build:
DEFAULT BRANCH: main
Ran 17 Mar 2026 03:46PM UTC
Files 1243
Run time 59s
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: 86.292% (+0.002%) from 86.29%
23199268829.1

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>

75149 of 87087 relevant lines covered (86.29%)

9219098.69 hits per line

Source Files on job x64-generic - 23199268829.1
  • Tree
  • List 1243
  • Changed 6
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 23199268829
  • ab0e07c3 on github
  • Prev Job for on main (#23171008460.1)
  • 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