Hi!
From: Maurizio Lombardi mlombard@redhat.com
[ Upstream commit aa5334c4f3014940f11bf876e919c956abef4089 ]
Passing the parameter "num_tgts=-1" will start an infinite loop that exhausts the system memory
Should we provide some kind of upper bound for num_tgts, too? Otherwise integer overflow will follow later in the code. Even without overflow, it will kill the system due to OOM...
Best regards, Pavel