Azurel
Silver Pleskian
- Server operating system version
- AlmaLinux 9.8
- Plesk version and microupdate number
- 18.0.80#1
I have encountered an issue with a file generated by Plesk that contains a NUL byte (0x00) in the middle of a PHP stack trace. The affected line contains the following sequence:

The 0x00 byte occurs immediately after Interface@anonymous and before /usr/local/psa/....
In a hex editor, the byte at this position is confirmed to be 00. This causes problems when opening the text in WinSCP's internal editor and copying the line, the copied text is truncated at the NUL byte. Removing the 0x00 byte makes the entire line copy correctly.
Could you please investigate why Plesk/the affected component is writing a NUL byte into this text file and whether this is expected or a bug?

The 0x00 byte occurs immediately after Interface@anonymous and before /usr/local/psa/....
In a hex editor, the byte at this position is confirmed to be 00. This causes problems when opening the text in WinSCP's internal editor and copying the line, the copied text is truncated at the NUL byte. Removing the 0x00 byte makes the entire line copy correctly.
Could you please investigate why Plesk/the affected component is writing a NUL byte into this text file and whether this is expected or a bug?