Skip to content

Commit 80e2d6a

Browse files
Merge pull request #770 from kevinbackhouse/fix-build-SANE
Fix build error
2 parents 1786eaa + 9539ec3 commit 80e2d6a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

SecurityExploits/SANE/epsonds_CVE-2020-12861/sane_backends_exploit.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
#include <arpa/inet.h>
44
#include <map>
55
#include "utils.hpp"
6+
#include <stdio.h>
7+
#include <stdlib.h>
8+
#include <errno.h>
69

710
// This number is the buffer size that we use in the "large_mmap" stage.
811
// The exact value doesn't matter too much: it just needs to be more than

0 commit comments

Comments
 (0)