On 2014-06-22, Holger Weiß wrote: > We'd like to cut a Monitoring Plugins release really soon now. If you > could spare a bit of time to test the current snapshot² and report any > regressions from the 1.5 release, that would be great! > > Holger > > ¹ > https://www.monitoring-plugins.org/download/snapshot/monitoring-plugins-master.tar.gz >
Not new, but while testing on OpenBSD I noticed this: netutils.c: In function 'np_net_connect': netutils.c:237: warning: array size (104) smaller than bound length (108) netutils.c:237: warning: array size (104) smaller than bound length (108) ... coming from netutils.h: #ifdef HAVE_SYS_UN_H # include <sys/un.h> # ifndef UNIX_PATH_MAX /* linux uses this, on sun it's hard-coded at 108 without a define */ # define UNIX_PATH_MAX 108 # endif /* UNIX_PATH_MAX */ #endif /* HAVE_SYS_UN_H */ Seems it's hard-coded at 104 in sys/un.h on at least (Free|Net|Open)BSD, Dragonfly and Apple. http://fxr.watson.org/fxr/search?string=sun_path
