8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1786eaa commit 9539ec3Copy full SHA for 9539ec3
SecurityExploits/SANE/epsonds_CVE-2020-12861/sane_backends_exploit.cpp
@@ -3,6 +3,9 @@
3
#include <arpa/inet.h>
4
#include <map>
5
#include "utils.hpp"
6
+#include <stdio.h>
7
+#include <stdlib.h>
8
+#include <errno.h>
9
10
// This number is the buffer size that we use in the "large_mmap" stage.
11
// The exact value doesn't matter too much: it just needs to be more than
0 commit comments