GitHub user dnwe opened a pull request: https://github.com/apache/qpid-proton/pull/26
proton-c: minor code fixes Prevent pn_data_vfill from peeking at memory outside the intended bounds and fix a few minor -Wextra warnings about incomplete struct initialisation You can merge this pull request into a Git repository by running: $ git pull https://github.com/dnwe/qpid-proton minor-fixes Alternatively you can review and apply these changes as the patch at: https://github.com/apache/qpid-proton/pull/26.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #26 ---- commit 4cfebeb02b8ab1da5cb98fa52bf0bca50903d4c9 Author: Dominic Evans <dominic.ev...@uk.ibm.com> Date: 2015-04-29T16:09:29Z NO-JIRA: prevent out-of-bounds memory access commit 83d9d2b545a1084813625049940fa47384173afc Author: Dominic Evans <dominic.ev...@uk.ibm.com> Date: 2015-04-29T18:04:32Z NO-JIRA: define pn_io_inspect as NULL commit ab83859058a23de93116a6544b1de4789470715b Author: Dominic Evans <dominic.ev...@uk.ibm.com> Date: 2015-04-29T18:06:46Z NO-JIRA: struct initialisation warning fixes ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---