[BlueZ, v4 0/9] 3 SDP XML security fixes
Bastien Nocera <[email protected]>
| Newsgroups | org.kernel.vger.linux-bluetooth |
|---|---|
| Message-ID | <[email protected]> |
Changes since v3:
- Fixed some "line length exceeds 80 columns" warnings
- Fixed "macros should not use a trailing semicolon" warnings
- Fixed "Missing a blank line after declarations" warning
- Fixed distcheck
Changes since v2:
- Reorder commits so that unit tests are added after the fix, so as
not to break "git bisect"
- Add "Fix stack overflow when converting large sequences to XML" patch
- Fix crash in unit test when test files are missing
Changes since v1:
- Added "Fix memory leak when adding duplicate attributes"
Bastien Nocera (9):
unit: Add test for sdp_xml_parse_record()
sdp-xml: Fix crash caused by type confusion when parsing crafted SDP
XML
unit: Add test for sdp-xml type-confusion bug
sdp-xml: Fix memory leak when adding duplicate attributes
unit: Add test for sdp-xml duplicate attribute bug
sdp-xml: Optimise parsing large sequences
unit: Add test for slow element_end() append
sdp-xml: Fix stack overflow when converting large sequences to XML
unit: Add convert_sdp_record_to_xml() to SDP XML testing
Makefile.am | 15 ++
src/sdp-xml.c | 61 +++++++-
unit/sdp-xml/Bluetooth_HID-sdp_record.xml | 123 +++++++++++++++
.../compute-seq-size-type-confusion.xml | 9 ++
unit/sdp-xml/duplicate-attribute.xml | 4 +
unit/sdp-xml/qt-SerialPortSDPRecord.xml | 57 +++++++
unit/test-sdp-xml.c | 143 ++++++++++++++++++
7 files changed, 404 insertions(+), 8 deletions(-)
create mode 100644 unit/sdp-xml/Bluetooth_HID-sdp_record.xml
create mode 100644 unit/sdp-xml/compute-seq-size-type-confusion.xml
create mode 100644 unit/sdp-xml/duplicate-attribute.xml
create mode 100644 unit/sdp-xml/qt-SerialPortSDPRecord.xml
create mode 100644 unit/test-sdp-xml.c
--
2.55.0