Page MenuHomePhorge

Fix an instance of `strlen(null)`
ClosedPublic

Authored by avivey on Feb 23 2024, 11:29.
Tags
None
Referenced Files
F2947570: D25539.1738479867.diff
Sat, Feb 1, 07:04
F2946938: D25539.1738435119.diff
Fri, Jan 31, 18:38
F2933652: D25539.1737781341.diff
Fri, Jan 24, 05:02
F2908539: D25539.1737379269.diff
Sun, Jan 19, 13:21
F2904935: D25539.1737336493.diff
Sun, Jan 19, 01:28
F2904905: D25539.1737336462.diff
Sun, Jan 19, 01:27
F2894670: D25539.1737231292.diff
Fri, Jan 17, 20:14
F2891475: D25539.1737213328.diff
Fri, Jan 17, 15:15

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.