Page MenuHomePhabricator

Fix some straggling qsprintf() warnings in repository import
ClosedPublic

Authored by epriestley on Dec 12 2018, 1:25 PM.
Tags
None
Referenced Files
F18737497: D19869.id47449.diff
Wed, Oct 1, 11:07 AM
F18736986: D19869.diff
Wed, Oct 1, 8:33 AM
F18733865: D19869.id.diff
Tue, Sep 30, 10:43 PM
F18672969: D19869.id.diff
Thu, Sep 25, 8:49 AM
F18669627: D19869.diff
Wed, Sep 24, 9:15 PM
F18531926: D19869.diff
Sep 7 2025, 5:24 AM
F18509998: D19869.id.diff
Sep 5 2025, 3:43 AM
F18503608: D19869.diff
Sep 4 2025, 11:14 PM
Subscribers
None

Details

Summary

Ref T13217. See https://discourse.phabricator-community.org/t/unsafe-raw-string-warnings-while-importing-git-commits/2191.

Hunt down and fix two more qsprintf() things.

I just converted the "performance optimization" into a normal, safe call since we're dealing with far less SVN stuff nowadays and the actual issue has been lost in the mists of time. If it resurfaces, we can take another look.

Test Plan

Imported some commits, no longer saw these warnings in the daemon logs.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable