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

Esri / openssl / 7175563725 / 1
67%
master: 67%

Build:
DEFAULT BRANCH: master
Ran 12 Dec 2023 01:37AM UTC
Files 1178
Run time 24s
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

07 Dec 2023 05:07PM UTC coverage: 66.434% (+0.005%) from 66.429%
7175563725.1

push

github

nhorman
Add overflow checks to parse_number/parse_hex/parse_oct

Test the next arithmetic operation to safely determine if adding the
next digit in the passed property string will overflow

Also, noted a bug in the parse_hex code.  When parsing non-digit
characters (i.e. a-f and A-F), we do a tolower conversion (which is
fine), and then subtract 'a' to get the hex value from the ascii (which
is definately wrong).  We should subtract 'W' to convert tolower
converted hex digits in the range a-f to their hex value counterparts

Add tests to test_property_parse_error to ensure overflow checks work

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/22874)

140146 of 210954 relevant lines covered (66.43%)

2396253.75 hits per line

Source Files on job 7175563725.1
  • Tree
  • List 0
  • Changed 284
  • Source Changed 2
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 7175563725
  • 986c48c4 on github
  • Prev Job for on master (#7136079299.1)
  • Next Job for on master (#7189384494.1)
  • Delete
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