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

alanxz / rabbitmq-c
43%
master: 15%

Build:
Build:
LAST BUILD BRANCH: gitignore
DEFAULT BRANCH: master
Repo Added 22 May 2013 07:00PM UTC
Files 67
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

LAST BUILD ON BRANCH cve
branch: cve
CHANGE BRANCH
x
Reset
  • cve
  • alanxz-patch-1
  • bug557
  • cov-fixes
  • fix588
  • fix_621
  • fix_621_take2
  • fix_travis
  • format
  • gh-actions
  • gitignore
  • issue513
  • issue523
  • issue586
  • master
  • ossl-init
  • ossl-v110
  • pr443
  • pr472
  • pr482
  • pr487
  • pr496
  • pr498
  • pr516
  • pr556
  • pr590
  • pr605
  • pr607
  • pr628
  • rm-amqps-examples
  • ssl-bio-enable
  • trusty
  • v0.10.0
  • v0.9.0
  • v0.9.0-master
  • v090-release
  • v091-release
  • win32_unused

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

Relevant lines Covered
Build:
Build:
3590 RELEVANT LINES 1537 COVERED LINES
12.47 HITS PER LINE
Source Files on cve
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1524 cve 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 ... push 04 Nov 2019 08:04AM UTC Alan Antonuk travis-ci pending completion  
See All Builds (401)
  • Repo on GitHub
  • CI Project
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

© 2025 Coveralls, Inc