Skip to content

Commit

Permalink
fuzzing: Add a missing cstdint header to the fuzzing targets
Browse files Browse the repository at this point in the history
  • Loading branch information
rgacogne committed Aug 1, 2023
1 parent 5b06f29 commit 68346dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pdns/fuzz_yahttp.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

#include <cstdint>
#include <yahttp/yahttp.hpp>

extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size);
Expand Down
2 changes: 1 addition & 1 deletion pdns/standalone_fuzz_target_runner.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

#include <cstdint>
#include <fstream>
#include <iostream>
#include <stdexcept>
Expand Down

0 comments on commit 68346dc

Please sign in to comment.