Description of the bug
Crashes immediately with SIGSEGV.
❯ go build --tags "static" -o dist/filestash -v cmd/main.go
...
# github.com/mickael-kerjean/filestash/server/plugin/plg_image_c
In file included from image_psd.c:2:
./image_psd_vendor.h:1380:36: warning: format specifies type 'int' but the argument has type 'unsigned char *' [-Wformat]
image_psd.c:70:33: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
...
❯ ./dist/filestash
fish: Job 1, './dist/filestash' terminated by signal SIGSEGV (Address boundary error)
OS: FreeBSD 14
commit: 072776f