Unsigned pf_path length
pf_path.length should probably be unsigned. At least it would in some cases help compiler to know that the value can't be negative.
pf_path.length should probably be unsigned. At least it would in some cases help compiler to know that the value can't be negative.