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

Esri / openssl / 7189384494
67%

Build:
DEFAULT BRANCH: master
Ran 13 Dec 2023 01:39AM UTC
Jobs 1
Files 1178
Run time 1min
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.43% (+0.001%) from 66.429%
7189384494

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)

14 of 22 new or added lines in 1 file covered. (63.64%)

7 existing lines in 2 files now uncovered.

140137 of 210954 relevant lines covered (66.43%)

2389704.02 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7189384494.1 13 Dec 2023 01:39AM UTC 0
66.43
GitHub Action Run
Source Files on build 7189384494
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #7189384494
  • 986c48c4 on github
  • Prev Build on master (#7136079299)
  • Next Build on master (#7203170439)
  • 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