8000 Fix build error · github/securitylab@9539ec3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9539ec3

Browse files
Fix build error
1 parent 1786eaa commit 9539ec3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)
0