On Wed Apr 23 18:39:06 2025 +0000, Elizabeth Figura wrote:
That doesn't seem quite right either though, since debugstr_wn() will read past a terminating null.
Right. `wcsnlen()` may be helpful here. Alternatively, we could simply print the ptr itself and leave it to the eventual implementer to get right.
We should also switch the `wstr` to `ptr` in the spec file.