thu-pacman / GeminiGraph

A computation-centric distributed graph processing system.
Apache License 2.0
312 stars 128 forks source link

Fixed non Null terminated string and wrong return type #25

Open jasc7636 opened 4 years ago

jasc7636 commented 4 years ago

Fixed non Null terminated string and a return type. This fixes a problem resulting in a segfault when compiled with g++ version 9.3.0 and 10.2.0 using the -O3 flag as suggested in the makefile.