]> www.infradead.org Git - users/dhowells/kafs-utils.git/commit
rxgen: The string and bytes decode functions must advance the cursor
authorDavid Howells <dhowells@redhat.com>
Fri, 11 Apr 2014 22:57:53 +0000 (23:57 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 11 Apr 2014 22:57:53 +0000 (23:57 +0100)
commitf95fc2e73d5149be2b728925452beccad1ea8cda
tree18c4d18602f159da371cc635b01417b3c2c423f0
parentb2dc2e8f422f713f087a76c7c5a01058cc1521cd
rxgen: The string and bytes decode functions must advance the cursor

The string and bytes decode functions (py_dec_string() and rxrpc_dec_bytes())
need to advance the extraction cursor after extracting so the data doesn't get
reused.

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