$boot_length = strlen($boot_sequence->toString()) returns an int and strlen() expects a string as a parameter. Thus calling if (strlen($boot_length) > 8192) afterwards to get the string length of an integer makes no sense.
Details
Details
- Reviewers
valerio.bozzolan - Group Reviewers
O1: Blessed Committers - Commits
- rARC475256713078: Fix $boot_length comparison in PhagePHPAgentBootloader
Read the code.
Diff Detail
Diff Detail
- Repository
- rARC Arcanist
- Branch
- bootLengthStrlen
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 1514 Build 1514: arc lint + arc unit