Hello.
check_disk from monitoring-plugins 2.3.2-1 armv7l started crashing after the recent update on October 20.
It still shows help with -h flag, it also shows error and a short usage if executed without parameters.
The moment you pass warning and critical parameters it crashes.
$this->bbcode_second_pass_code('', '
# gdb /usr/lib/monitoring-plugins//check_disk
<...>
(No debugging symbols found in /usr/lib/monitoring-plugins//check_disk)
(gdb) r -c10% -w20% -l
Starting program: /usr/lib/monitoring-plugins/check_disk -c10% -w20% -l
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
0xb6e838a4 in strlen () from /usr/lib/libc.so.6
(gdb) bt
#0 0xb6e838a4 in strlen () from /usr/lib/libc.so.6
#1 0xb6e4dc20 in ?? () from /usr/lib/libc.so.6
#2 0xf2ccb6f6 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
')