taskd/taskd.pl: untaint incoming pid
commitae75948b8830941140e179bd933b4d0f093a55b0
authorKyle J. McKay <mackyle@gmail.com>
Sun, 7 Feb 2021 15:05:02 +0000 (7 08:05 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 7 Feb 2021 15:05:02 +0000 (7 08:05 -0700)
tree8fdec6e8c594bdb6c44abb8da378bc7e4b80e92f
parentb347182eab4d01eee08212a7e416ceada7ba5b38
taskd/taskd.pl: untaint incoming pid

The incoming pid value was already being validated, it just
wasn't being untainted.  Make a minor change to correct that
oversight and untaint the incoming pid number after it's been
validated.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
taskd/taskd.pl