Page MenuHomePhabricator

D21117.id50293.diff
No OneTemporary

D21117.id50293.diff

diff --git a/src/utils/utils.php b/src/utils/utils.php
--- a/src/utils/utils.php
+++ b/src/utils/utils.php
@@ -1016,7 +1016,7 @@
$result .= $c_map[$c];
} else {
$o = ord($c);
- if ($o < 0x20 || $o == 0x7F) {
+ if ($o < 0x20 || $o >= 0x7F) {
$result .= '\\x'.sprintf('%02X', $o);
} else {
$result .= $c;

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 6, 5:26 PM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7228683
Default Alt Text
D21117.id50293.diff (358 B)

Event Timeline