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

alanxz / rabbitmq-c / 1529 / 3
15%
master: 15%

Build:
DEFAULT BRANCH: master
Ran 19 Nov 2019 07:31AM UTC
Files 67
Run time 4s
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

19 Nov 2019 07:31AM UTC coverage: 42.813%. Remained the same
CONFIG=coverage

cron

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.46 hits per line

Source Files on job 1529.3 (CONFIG=coverage)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1484
  • Travis Job 1529.3
  • fc85be71 on github
  • Prev Job for CONFIG=coverage on master (#1528.3)
  • Next Job for CONFIG=coverage on master (#1530.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