Skip to content

c_client: Fix length() for lists without fieldref

Nathan Kidd requested to merge nathankidd/libxcb:fixlen into master

The reply always has an implicit 32 bytes that are not included in the length field.

Sadly did not have cycles to check if the same issue exists in other paths.

Merge request reports