-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12011/
-----------------------------------------------------------
Review request for qpid and Rafael Schloming.
Description
-------
Added max frame length checking, and general frame header validation.
This addresses bug proton-109.
https://issues.apache.org/jira/browse/proton-109
Diffs
-----
/proton/trunk/proton-c/include/proton/error.h 1494614
/proton/trunk/proton-c/include/proton/framing.h 1494614
/proton/trunk/proton-c/src/dispatcher/dispatcher.h 1494614
/proton/trunk/proton-c/src/dispatcher/dispatcher.c 1494614
/proton/trunk/proton-c/src/engine/engine-internal.h 1494614
/proton/trunk/proton-c/src/engine/engine.c 1494614
/proton/trunk/proton-c/src/framing/framing.c 1494614
/proton/trunk/proton-c/src/proton-dump.c 1494614
/proton/trunk/proton-c/src/sasl/sasl.c 1494614
/proton/trunk/tests/python/proton_tests/engine.py 1494614
Diff: https://reviews.apache.org/r/12011/diff/
Testing
-------
added new python unit tests for max frame violation, and header field
validation.
Thanks,
Kenneth Giusti