mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 03:48:08 +00:00
unified pointer placement
This commit is contained in:
@ -23,11 +23,11 @@
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
int main(int argc, char **argv) {
|
||||
|
||||
int fd = 0;
|
||||
char buff[8];
|
||||
char* buf = buff;
|
||||
char *buf = buff;
|
||||
|
||||
// we support command line parameter and stdin
|
||||
if (argc == 2) {
|
||||
|
Reference in New Issue
Block a user