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

zhaozg / lua-openssl / 22257086556
94%

Build:
DEFAULT BRANCH: master
Ran 21 Feb 2026 12:50PM UTC
Jobs 1
Files 45
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

21 Feb 2026 12:13PM UTC coverage: 93.901% (+0.002%) from 93.899%
22257086556

push

travis-ci

zhaozg
asn1: fix uaf/double free and memory leak in d2i

d2i functions may return a different pointer than their input.
Specifically, in LibreSSL, the input is always freed and a new object is
always returned.

In the original code, the userdata pointer was not updated, leading to
use-after-free and double-free on garbage collection. The previous fix
attempted to update the pointer but failed to free the old object,
causing a memory leak.

This patch properly updates the userdata with the new object and frees
the old one, eliminating both the UAF/double free and the memory leak.

Signed-off-by: mischief <mischief@offblast.org>

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

10547 of 11232 relevant lines covered (93.9%)

1971.43 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22257086556.1 21 Feb 2026 12:53PM UTC 45
93.9
Travis Job
Source Files on build 22257086556
  • Tree
  • List 45
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d4e4503c on github
  • Prev Build on master (#21935372922)
  • Next Build on master (#22257397962)
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