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

universal-ctags / target-openssl / 5195249336

Builds Branch Commit Type Ran Committer Via Coverage
5195249336 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 07 Jun 2023 02:47AM UTC t8m github
68.06
5183804310 master Update hkdf.c to avoid potentially vulnerable code pattern push 06 Jun 2023 02:50AM UTC Tomas Mraz github
68.06
5166769794 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 04 Jun 2023 03:01AM UTC t8m github
68.06
5161269868 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 03 Jun 2023 02:42AM UTC t8m github
68.06
5139658353 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 01 Jun 2023 03:03AM UTC t8m github
68.06
5128118527 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 31 May 2023 02:48AM UTC t8m github
68.06
5116774369 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 30 May 2023 02:33AM UTC t8m github
68.06
5107663502 master Update hkdf.c to avoid potentially vulnerable code pattern push 29 May 2023 02:39AM UTC Tomas Mraz github
68.06
5101871314 master Update hkdf.c to avoid potentially vulnerable code pattern push 28 May 2023 02:38AM UTC Tomas Mraz github
68.06
5096373184 master Update hkdf.c to avoid potentially vulnerable code pattern push 27 May 2023 02:30AM UTC Tomas Mraz github
68.05
5086372172 master Update hkdf.c to avoid potentially vulnerable code pattern push 26 May 2023 02:32AM UTC Tomas Mraz github
68.06
5075236342 master Update hkdf.c to avoid potentially vulnerable code pattern push 25 May 2023 02:31AM UTC Tomas Mraz github
68.06
5063872967 master Update hkdf.c to avoid potentially vulnerable code pattern push 24 May 2023 02:37AM UTC Tomas Mraz github
68.06
5052268056 master Update hkdf.c to avoid potentially vulnerable code pattern push 23 May 2023 02:29AM UTC Tomas Mraz github
68.06
5040984221 master Update hkdf.c to avoid potentially vulnerable code pattern push 22 May 2023 02:34AM 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