]> Git Repo - secp256k1.git/commit
Merge #839: Prevent arithmetic on NULL pointer if the scratch space is too small
authorJonas Nick <[email protected]>
Wed, 4 Nov 2020 14:52:56 +0000 (14:52 +0000)
committerJonas Nick <[email protected]>
Wed, 4 Nov 2020 14:53:04 +0000 (14:53 +0000)
commitd0a83f73284b3d22867d4c71686fd586aec9da4b
tree65334f847405a821abe5a2351510774825330f62
parent903b16aa6c354b35ec16489c097a2cde7b2dd330
parent29a299e373d5f0e326be74c514c7c70ddf50cce1
Merge #839: Prevent arithmetic on NULL pointer if the scratch space is too small

29a299e373d5f0e326be74c514c7c70ddf50cce1 Run the undefined behaviour sanitizer on Travis (Fabien)
7506e064d791e529d2e57bb52c156deb33b897ef Prevent arithmetic on NULL pointer if the scratch space is too small (Fabien)

Pull request description:

ACKs for top commit:
  sipa:
    ACK 29a299e373d5f0e326be74c514c7c70ddf50cce1. Reviewed the code changes and verified that building with these sanitizer flags catches the existing error, as well as a signed integer overflow if introduced.
  real-or-random:
    ACK 29a299e373d5f0e326be74c514c7c70ddf50cce1 code inspection
  jonasnick:
    utACK 29a299e373d5f0e326be74c514c7c70ddf50cce1

Tree-SHA512: 4d788f12f3d7b48018e884910adb9b530a05d88f504de83dadeab8a22d75da83c05a1518f7317de5f536c4dd243ea7b347b1eaddb2ca1d804c663e41b85db69d
src/ecmult_impl.h
This page took 0.032994 seconds and 4 git commands to generate.