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

c-ares / c-ares / 24307262655 / 1
92%
main: 92%

Build:
DEFAULT BRANCH: main
Ran 12 Apr 2026 12:59PM UTC
Files 935
Run time 38s
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

12 Apr 2026 12:56PM UTC coverage: 61.29% (+0.003%) from 61.287%
24307262655.1

push

github

web-flow
fix: initialize *read_bytes in ares_socket_recvfrom() (#1125)

ares_socket_recv() initializes *read_bytes = 0 at the top, but the
sibling function ares_socket_recvfrom() does not. When a 0-byte UDP
packet arrives (rv == 0), SUCCESS is returned but *read_bytes is never
written. The caller read_conn_packets() then uses the garbage value in
ares_buf_append_finish(), corrupting the input buffer.

Signed-off-by: David Hotham (@dimbleby)

24855 of 40553 relevant lines covered (61.29%)

7926.94 hits per line

Source Files on job 24307262655.1
  • Tree
  • List 935
  • Changed 56
  • Source Changed 0
  • Coverage Changed 56
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24307262655
  • 38bf128f on github
  • Prev Job for on main (#24307239076.1)
  • Next Job for on main (#24307276293.1)
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