Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
19333 commits behind the upstream repository.
Bartosz Nitka's avatar
niteria authored
This sprintf is safe thanks to the guarantees on the format strings that
we pass to it.  Well, almost. The GR_FILENAME_FMT_GUM format would not
have satisfied them if it was still used.

If someone makes a mistake that's a potential privilege escalation,
so I think it's reasonable to switch to snprintf to protect against
that remote possibility.

Test Plan: it builds, CI

Reviewers: simonmar, bgamari, austin, erikd

Reviewed By: bgamari

Subscribers: rwbarton, thomie

Differential Revision: https://phabricator.haskell.org/D3944
e62391a7
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.