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

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

Build:
Build:
LAST BUILD BRANCH: gitignore
DEFAULT BRANCH: master
Ran 04 Nov 2019 08:04AM UTC
Jobs 1
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

pending completion
1524

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.

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

1537 of 3590 relevant lines covered (42.81%)

12.47 hits per line

Jobs
ID Job ID Ran Files Coverage
3 1524.3 (CONFIG=coverage) 04 Nov 2019 08:04AM UTC 0
42.81
Travis Job 1524.3
Source Files on build 1524
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1524
  • 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