Hello, I am using hg tip of both wmii (at 2266:3209815c2cec) and libixp (at 88:3e1f5e86e99b). When I try to read the content of a directory, the Rread fcall I get from wmii has 24 extra NUL bytes at the end.
I think wmiir does not have a problem with this because strings are null terminated in C, so the extra bytes are (effectively) automatically removed. However, my Rumai IXP client is seeing these extra NUL bytes and choking while trying to parse a Stat object from them (reading a directory yields a stream of Stat objects). Thanks for your consideration.
