Page MenuHomePhorge

Fix an instance of `strlen(null)`
ClosedPublic

Authored by avivey on Feb 23 2024, 11:29.
Tags
None
Referenced Files
F3847187: D25539.1746105914.diff
Wed, Apr 30, 13:25
F3838544: D25539.1746096967.diff
Wed, Apr 30, 10:56
F3763522: D25539.1745839313.diff
Sun, Apr 27, 11:21
F3763519: D25539.1745839312.diff
Sun, Apr 27, 11:21
F3761202: D25539.1745830724.diff
Sun, Apr 27, 08:58
F3748670: D25539.1745780816.diff
Sat, Apr 26, 19:06
F3746379: D25539.1745768773.diff
Sat, Apr 26, 15:46
F3738886: D25539.1745760545.diff
Sat, Apr 26, 13:29

Details

Summary

Ref Q112, ref T15064.

Test Plan

Enter the text [[hello]] in a remarkup field - without this change, it causes a deprecation warning in the log.

This doesn't happen if the content looks like a valid URL - this is the "Wiki Link" syntax.

Diff Detail

Repository
rP Phorge
Branch
master
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 1070
Build 1070: arc lint + arc unit

Event Timeline

avivey requested review of this revision.Feb 23 2024, 11:29
src/applications/phriction/markup/PhrictionRemarkupRule.php
75–80

I'm pretty much guessing that this is the only place explicitName can be created. $name is extracted from a regexp inline 19.

This revision is now accepted and ready to land.Feb 23 2024, 13:14
This revision was automatically updated to reflect the committed changes.