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
Unknown Object (File)
Jun 7 2026, 11:24 AM
Unknown Object (File)
Jun 4 2026, 2:29 PM
Unknown Object (File)
Mar 22 2026, 10:17 PM
Unknown Object (File)
Mar 22 2026, 10:12 PM
Unknown Object (File)
Mar 2 2026, 1:59 AM
Unknown Object (File)
Feb 1 2026, 10:26 PM
Unknown Object (File)
Dec 2 2025, 12:27 PM
Unknown Object (File)
Nov 26 2025, 8:21 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