/Users/dghost/fuzz/Jackalope-main/shm.cpp:78:9: error: no member named 'name' in 'SharedMemory'
this->name = (char*)malloc(name_size + 1);
~~~~ ^
/Users/dghost/fuzz/Jackalope-main/shm.cpp:79:16: error: no member named 'name' in 'SharedMemory'
strcpy(this->name, name);
~~~~ ^
/Users/dghost/fuzz/Jackalope-main/shm.cpp:105:14: error: use of undeclared identifier 'name'
shm_unlink(name);
^
/Users/dghost/fuzz/Jackalope-main/shm.cpp:107:8: error: use of undeclared identifier 'name'
Hi ifratric,
There's a mistake when I build Jackalope :
maybe need to change the header file?