Core Dumped (segmentation fault)
Pvnic opened this issue · 3 comments
Hello Alberto i'v been trying to use keydivision with an Input file but it seems to not work. The error i get doing it is in the title and the error i get with the compiler is this :
keydivision.c:167:5: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
167 | fgets(buffer_input,1024,INPUT);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
keydivision.c:206:6: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
206 | fgets(buffer_input,1024,INPUT);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -O3 -o keymath keymath.c gmpecc.o util.o base58.o sha256.o rmd160.o -lgmp
rm *.o
Thank you !
Please add an screenshot
Solved in 2ac5da0