]> www.infradead.org Git - users/dhowells/kafs-utils.git/commit
rxgen: Need to align after encoding an array of bytes or a string
authorDavid Howells <dhowells@redhat.com>
Mon, 7 Apr 2014 23:22:16 +0000 (00:22 +0100)
committerDavid Howells <dhowells@redhat.com>
Mon, 7 Apr 2014 23:23:10 +0000 (00:23 +0100)
commit15a4abb575bbe9f7fda80e79808cf5d7035da4be
tree45c27209ea332d70d525bc173a7620d52902360b
parent006aef434fcb452b9ddb438786f84c6bf95bf5d5
rxgen: Need to align after encoding an array of bytes or a string

Padding may need to be inserted after encoding an array of bytes or a string
to bring the buffer to 4-byte alignment.

Signed-off-by: David Howells <dhowells@redhat.com>
py_rxgen.c