You are not logged in. Please login or register.
Active topics Unanswered topics
Search options
Here is a clang static analyzer output where it found 10 issues in the code: http://0bl.net/scan-build-2018-08-12-003209-13342-1/
And if I build with ASAN enabled, it also crashes on startup with a heap buffer overflow error and a couple runtime errors:
http://dpaste.com/2FXXRFJ
And here is a backtrace of a segmentation fault I get every time I try to dump something: http://dpaste.com/0NAM1ZM
Seems that you are trying to call strncpy() to write into a NULL pointer.
@sarami Here is my Makefile: https://ptpb.pw/50T7
sarami wrote:bparker wrote:Hi @sarami, could you push your current code with the linux support to github so I can take a look at some of the issues? Thanks!
Uploaded in test branch.
Thanks, how do we build this for Linux? I don't see a Makefile anywhere.
Hi @sarami, could you push your current code with the linux support to github so I can take a look at some of the issues? Thanks!
Posts found: 5