Hello, this series adds support for fixed size strings to the state framework. Changes since v2: - add patch 2/4: xstrndup - as strings have a fixed length, which is given by the reg property, the need for the terminating 0 byte has been removed from the storage. Marc