1

(3,497 replies, posted in General discussion)

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

2

(3,497 replies, posted in General discussion)

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.

3

(3,497 replies, posted in General discussion)

@sarami Here is my Makefile: https://ptpb.pw/50T7

4

(3,497 replies, posted in General discussion)

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.

5

(3,497 replies, posted in General discussion)

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!