[all-commits] [llvm/llvm-project] 5a829e: [libc++] Fix invalid parsing of ints in a <random>...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Nov 2 16:21:33 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5a829ef6adeb560d297ce596becb79527d88bbf7
https://github.com/llvm/llvm-project/commit/5a829ef6adeb560d297ce596becb79527d88bbf7
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-11-02 (Mon, 02 Nov 2020)
Changed paths:
M libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/eval.PR44847.pass.cpp
Log Message:
-----------
[libc++] Fix invalid parsing of ints in a <random> test
The strings were concatenated together without adding spaces between
numbers, which lead to numbers that wouldn't fit in an unsigned int.
Thanks to Casey Carter for the find.
More information about the All-commits
mailing list