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
F13279091: D19869.diff
Sat, Jun 1, 10:55 AM
F13269891: D19869.diff
Wed, May 29, 8:05 AM
F13265062: D19869.diff
Tue, May 28, 1:19 AM
F13248676: D19869.diff
Fri, May 24, 3:51 AM
F13234970: D19869.diff
Tue, May 21, 4:02 AM
F13227810: D19869.diff
Mon, May 20, 5:12 AM
F13177142: D19869.diff
Wed, May 8, 7:29 PM
Unknown Object (File)
Apr 27 2024, 1:33 AM
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