Page MenuHomePhorge

Fix an instance of `strlen(null)`
ClosedPublic

Authored by avivey on Feb 23 2024, 11:29.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 24, 22:23
Unknown Object (File)
Wed, Apr 24, 21:42
Unknown Object (File)
Wed, Apr 17, 18:23
Unknown Object (File)
Wed, Apr 17, 07:01
Unknown Object (File)
Mon, Apr 15, 16:58
Unknown Object (File)
Thu, Apr 11, 06:12
Unknown Object (File)
Mar 27 2024, 18:59
Unknown Object (File)
Mar 25 2024, 07:34

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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.