commit | f2fd17a41bf7e3afd4d69adf5f8ea5642bdfffcf | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Apr 24 01:53:52 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Mon Apr 29 12:06:35 2019 -0700 |
tree | 3838a8099d55f05dc10cea8bfbb31e70b2cf14bf | |
parent | 51694c22130d4f6160f63167a547d0a40763ef31 [diff] |
message/payload: Ignore unchecked unpack warning during unwind If we are caught in an exception unwind we don't care that the payload is not be fully checked. Otherwise, this encourages the pattern of wrapping all handler code in try catch blocks that set trailingOk as it is not required to read the entire payload when throwing an exception. Change-Id: I35149eedd33bd9fd41968e89d5a8614df7436872 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
.