libtool: compile: /usr/local/bin/scan-build/ccc-analyzer -DHAVE_CONFIG_H -I.
-I.. -I../src -I../src -I/usr/local/include -g3 -O1 -fvisibility=hidden -Wall
-MT mpicoder.lo -MD -MP -MF .deps/mpicoder.Tpo -c mpicoder.c -o mpicoder.o
mpicoder.c:44:11: warning: Array access (from variable 'buffer') results in a
null pointer dereference
nbits = buffer[0] << 8 | buffer[1]; ^~~~~~~~~
mpicoder.c:97:8: warning: Dereference of null pointer (loaded from variable 'str')
if ( *str == '-' ) ^~~~