mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-25 00:07:34 +02:00
Added custom implementation of strtod()
(issue #453)
This commit is contained in:
1
scripts/oss-fuzz/Vagrantfile
vendored
1
scripts/oss-fuzz/Vagrantfile
vendored
@ -26,6 +26,7 @@ Vagrant.configure(2) do |config|
|
||||
echo "export PROJECT_NAME='arduinojson'" >> $HOME/.profile
|
||||
echo "export CC='clang'" >> $HOME/.profile
|
||||
echo "export CXX='clang++'" >> $HOME/.profile
|
||||
echo "export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/" >> $HOME/.profile
|
||||
|
||||
echo "Run /host/ArduinoJson/fuzzing/fuzz.sh" | sudo tee /etc/motd
|
||||
SHELL
|
||||
|
Reference in New Issue
Block a user