]> granicus.if.org Git - sudo/commit
No need to initialize the last pointer passed to strtok_r().
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 30 Mar 2018 00:53:51 +0000 (18:53 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 30 Mar 2018 00:53:51 +0000 (18:53 -0600)
commit18371cacba74d771798ce94ae28f342989cf5ea0
treeae6b262a3003788c19d6d8a519a08e8ba755601e
parent6f6621644122ec1a3f27738103c243eec714d3eb
No need to initialize the last pointer passed to strtok_r().
This was originally added to appease newer gcc but no longer
seems to be required.  CID 183466, CID 183468, CID 183469
plugins/sudoers/cvtsudoers.c