[all-commits] [llvm/llvm-project] 0ec6a4: [libc++] Fix potential OOB in poisson_distribution
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Nov 7 05:30:17 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0ec6a4882eeb34338b916567f8e63fb71afc84fd
https://github.com/llvm/llvm-project/commit/0ec6a4882eeb34338b916567f8e63fb71afc84fd
Author: Louis Dionne <ldionne at apple.com>
Date: 2019-11-07 (Thu, 07 Nov 2019)
Changed paths:
M libcxx/include/random
M libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/eval.pass.cpp
M libcxx/test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/eval.pass.cpp
Log Message:
-----------
[libc++] Fix potential OOB in poisson_distribution
See details in the original Chromium bug report:
https://bugs.chromium.org/p/chromium/issues/detail?id=994957
More information about the All-commits
mailing list