commit | 906e0f802b56d26e7e0c65eba797fa8a596dee91 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Apr 24 14:44:03 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Mon Apr 29 12:06:35 2019 -0700 |
tree | bce270b5f95f2893c1596fd2fdb3c8578465d612 | |
parent | d10d90563e58606964fe3b8460eed2ca719527e5 [diff] |
message/pack: Check for outstanding bits Currently, if you pack a non-byte aligned member into a message and then pack an array, it will do the wrong thing and treat the unaligned data as being appended to the end of the message. Allowing for this behavior is convoluted and probably not useful, so just return an error. Change-Id: I6f200dbea96c41f49a110ba7536ccfd37115d277 Signed-off-by: William A. Kennington III <wak@google.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.