Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2682584
D25292.1734664572.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
678 B
Referenced Files
None
Subscribers
None
D25292.1734664572.diff
View Options
diff --git a/src/applications/conduit/controller/PhabricatorConduitAPIController.php b/src/applications/conduit/controller/PhabricatorConduitAPIController.php
--- a/src/applications/conduit/controller/PhabricatorConduitAPIController.php
+++ b/src/applications/conduit/controller/PhabricatorConduitAPIController.php
@@ -683,7 +683,7 @@
// Otherwise, look for a single parameter called 'params' which has the
// entire param dictionary JSON encoded.
$params_json = $request->getStr('params');
- if (strlen($params_json)) {
+ if (phutil_nonempty_string($params_json)) {
$params = null;
try {
$params = phutil_json_decode($params_json);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 03:16 (21 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1016250
Default Alt Text
D25292.1734664572.diff (678 B)
Attached To
Mode
D25292: Fix PHP 8.1 "strlen(null)" exception calling Conduit's user.whoami
Attached
Detach File
Event Timeline
Log In to Comment