Corrected pathname buffer size handling in the `dpp` utility.
authorArto Bendiken <arto@bendiken.net>
Tue, 14 Oct 2014 22:13:13 +0000 (22:13 +0000)
committerArto Bendiken <arto@bendiken.net>
Tue, 14 Oct 2014 22:13:59 +0000 (22:13 +0000)
commitba3d8d907dbc87e018f9af68dde0b0033cbe8fdc
tree9fcf51399b4fdfeb2196c78ea3536aa4ffaac112
parente13c07bd4a01754bb1fd319fe7920f71c1ebb775
Corrected pathname buffer size handling in the `dpp` utility.

This resolves CID 66412 (Buffer not null terminated).
Note, however, that BUFSIZ should probably be PATH_MAX instead.
src/c/dpp.c