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

alanxz / rabbitmq-c / 1524 / 3
43%
master: 15%

Build:
Build:
LAST BUILD BRANCH: gitignore
DEFAULT BRANCH: master
Ran 04 Nov 2019 08:04AM UTC
Files 67
Run time 3s
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

04 Nov 2019 08:04AM UTC coverage: 42.813%. First build
CONFIG=coverage

push

travis-ci

Alan Antonuk
lib: check frame_size is >= INT32_MAX

When parsing a frame header, validate that the frame_size is less than
or equal to INT32_MAX. Given frame_max is limited between 0 and
INT32_MAX in amqp_login and friends, this does not change the API.

This prevents a potential buffer overflow when a malicious client sends
a frame_size that is close to UINT32_MAX, in which causes an overflow
when computing state->target_size resulting in a small value there. A
buffer is then allocated with the small amount, then memcopy copies the
frame_size writing to memory beyond the end of the buffer.

1537 of 3590 relevant lines covered (42.81%)

12.47 hits per line

Source Files on job 1524.3 (CONFIG=coverage)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1478
  • Travis Job 1524.3
  • 703f1c8e on github
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