windsok
6f6bb3ebc7
test: fix file permissions on various scripts
...
Updates permissions on files to comply with the new test added in the following commit
4 years ago
fanquake
cad8b527ea
build: explicitly install libboost-dev package
...
This package is currently installed as a side-effect of installing our
other libboost-*-dev packages. However as those continue to dissapear,
it makes sense to install boost dev explicitly.
4 years ago
fanquake
060a2a64d4
ci: remove boost thread installation
...
Adjust fuzzbuzz.yml to only install the Boost components we need.
4 years ago
Hennadii Stepanov
fdf697fe75
ci: Increase CCACHE_SIZE in some builds on Travis
4 years ago
Vasil Dimov
0012471391
build: turn on --enable-c++17 by --enable-fuzz
...
Fuzzing code uses C++17 specific code (e.g. std::optional), so it is not
possible to compile with --enable-fuzz and without --enable-c++17.
Thus, turn on --enable-c++17 whenever --enable-fuzz is used.
4 years ago
Harris
420fa0770f
fuzz: use std::optional for sep_pos variable
...
Co-authored-by: MarcoFalke <falke.marco@gmail.com>
5 years ago
MarcoFalke
fa488f131f
scripted-diff: Bump copyright headers
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
5 years ago
MarcoFalke
faa9491870
ci: Use Focal for fuzzers
5 years ago
fanquake
e21fa542b1
test: remove Boost Chrono installation from CI
5 years ago
practicalswift
12a2f37718
util: Avoid potential uninitialized read in FormatISO8601DateTime(int64_t nTime) by checking gmtime_s/gmtime_r return value
5 years ago
practicalswift
733bbec34f
tests: Add --exclude integer,parse_iso8601 (temporarily) to make Travis pass until uninitialized read issue in FormatISO8601DateTime is fixed
5 years ago
practicalswift
a3b539a924
ci: Run fuzz testing test cases under valgrind
5 years ago