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

universal-ctags / target-openssl / 5373138758

Builds Branch Commit Type Ran Committer Via Coverage
5373138758 master Update hkdf.c to avoid potentially vulnerable code pattern The expression "if (a+b>c) a=c-b" is incorrect if "a+b" overflows. It should be replaced by "if (a>c-b) a=c-b", which avoids the potential overflow and is much easier to understand. This... push 26 Jun 2023 02:59AM UTC t8m github
68.06
5367354833 master Update hkdf.c to avoid potentially vulnerable code pattern The expression "if (a+b>c) a=c-b" is incorrect if "a+b" overflows. It should be replaced by "if (a>c-b) a=c-b", which avoids the potential overflow and is much easier to understand. This... push 25 Jun 2023 03:03AM UTC t8m github
68.06
5362045499 master Update hkdf.c to avoid potentially vulnerable code pattern The expression "if (a+b>c) a=c-b" is incorrect if "a+b" overflows. It should be replaced by "if (a>c-b) a=c-b", which avoids the potential overflow and is much easier to understand. This... push 24 Jun 2023 02:45AM UTC t8m github
68.06
5352167372 master Update hkdf.c to avoid potentially vulnerable code pattern The expression "if (a+b>c) a=c-b" is incorrect if "a+b" overflows. It should be replaced by "if (a>c-b) a=c-b", which avoids the potential overflow and is much easier to understand. This... push 23 Jun 2023 02:49AM UTC t8m github
68.06
5340814823 master Update hkdf.c to avoid potentially vulnerable code pattern The expression "if (a+b>c) a=c-b" is incorrect if "a+b" overflows. It should be replaced by "if (a>c-b) a=c-b", which avoids the potential overflow and is much easier to understand. This... push 22 Jun 2023 02:41AM UTC t8m github
68.06
5317708879 master Update hkdf.c to avoid potentially vulnerable code pattern The expression "if (a+b>c) a=c-b" is incorrect if "a+b" overflows. It should be replaced by "if (a>c-b) a=c-b", which avoids the potential overflow and is much easier to understand. This... push 20 Jun 2023 02:31AM UTC t8m github
68.06
5307029678 master Update hkdf.c to avoid potentially vulnerable code pattern The expression "if (a+b>c) a=c-b" is incorrect if "a+b" overflows. It should be replaced by "if (a>c-b) a=c-b", which avoids the potential overflow and is much easier to understand. This... push 19 Jun 2023 02:39AM UTC t8m github
68.06
5301268461 master Update hkdf.c to avoid potentially vulnerable code pattern The expression "if (a+b>c) a=c-b" is incorrect if "a+b" overflows. It should be replaced by "if (a>c-b) a=c-b", which avoids the potential overflow and is much easier to understand. This... push 18 Jun 2023 02:51AM UTC t8m github
68.06
5295722807 master Update hkdf.c to avoid potentially vulnerable code pattern The expression "if (a+b>c) a=c-b" is incorrect if "a+b" overflows. It should be replaced by "if (a>c-b) a=c-b", which avoids the potential overflow and is much easier to understand. This... push 17 Jun 2023 02:34AM UTC t8m github
68.06
5262243587 master Update hkdf.c to avoid potentially vulnerable code pattern push 14 Jun 2023 02:35AM UTC Tomas Mraz github
68.06
5250451030 master Update hkdf.c to avoid potentially vulnerable code pattern The expression "if (a+b>c) a=c-b" is incorrect if "a+b" overflows. It should be replaced by "if (a>c-b) a=c-b", which avoids the potential overflow and is much easier to understand. This... push 13 Jun 2023 02:34AM UTC t8m github
68.06
5238804584 master Update hkdf.c to avoid potentially vulnerable code pattern push 12 Jun 2023 02:45AM UTC Tomas Mraz github
68.05
5233085217 master Update hkdf.c to avoid potentially vulnerable code pattern The expression "if (a+b>c) a=c-b" is incorrect if "a+b" overflows. It should be replaced by "if (a>c-b) a=c-b", which avoids the potential overflow and is much easier to understand. This... push 11 Jun 2023 02:56AM UTC t8m github
68.06
5227548397 master Update hkdf.c to avoid potentially vulnerable code pattern The expression "if (a+b>c) a=c-b" is incorrect if "a+b" overflows. It should be replaced by "if (a>c-b) a=c-b", which avoids the potential overflow and is much easier to understand. This... push 10 Jun 2023 02:39AM UTC t8m github
68.06
5217545763 master Update hkdf.c to avoid potentially vulnerable code pattern push 09 Jun 2023 02:47AM UTC Tomas Mraz github
68.06
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • Next →
  • Back to Repo
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