Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolv: Avoid GCC 12 false positive warning [BZ #28439].
Replace a call to sprintf with an equivalent pair of stpcpy/strcpy calls to avoid a GCC 12 -Wformat-overflow false positive due to recent optimizer improvements.
- Loading branch information