Skip to content

Try to work around "feature" in vulnerability scanner.

Paal Kvamme requested to merge kvamme62/more-vulnerability-stuff into master

Minor trick to avoid one more red flag in the vulnerability scanner. The code has already been changed to #ifdef out the invocation of "dropcache" because that is only needed during when doing performance work. Unfortunately the scanner doesn't notice the #if. So, also rename the call to system() to a bogus name if and only if it is commented out anyway.

Merge request reports