Skip to content

Commit 7f5718b

Browse files
committed
Address @thurstond Comments
1 parent 811502e commit 7f5718b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/dfsan/dfsan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ static void PrintNoOriginTrackingWarning() {
792792

793793
static void PrintNoTaintWarning(const void *address) {
794794
Decorator d;
795-
Printf(" %sDFSan: no tainted value at %p%s\n", d.Warning(), (void *)address,
795+
Printf(" %sDFSan: no tainted value at %zx%s\n", d.Warning(), (uptr)address,
796796
d.Default());
797797
}
798798

0 commit comments

Comments
 (0)