Hello!
Avalanche uses valgrind plugins to run program and detect any errors.
We support only memcheck and helgrind (and our own covgrind), and
therefore can only report errors detected by them. Buffer overflow for
this example will not be detected neither by helgrind (it specified in
concurrency errors) nor memcheck (it works with dynamic memory only).
Also, we do not filter detected errors, so there is no way to check
for only one type.
I'm afraid that the answer to your second question is again 'no'.
Avalanche works with input sources for which the actual size of data
is known before the interaction - and this is not true for interactive
input.
On Dec 21, 2:34 am, Malgorzata Stefanowicz