Skip to content

pkill --require-handler is broken

We recently encountered this:

pkill: not a hex string: fffffffe7fc1feff

23491ebf replaced strtoull(in, &rem, 16) with strtoull(in, &rem, ITEMS_COUNT) so now it parses numbers as base 17. This caused silent failures unless the number parsed is too big for an unsigned long long.