#
20bab748 |
| 24-May-2024 |
Andrew Geissler <geissonator@yahoo.com> |
SrvRqst: Add bounds checking on buffer parsing
There are multiple length fields provided by the user in this command. Need to ensure those lengths do not exceed the input buffer size.
Tested: - Exe
SrvRqst: Add bounds checking on buffer parsing
There are multiple length fields provided by the user in this command. Need to ensure those lengths do not exceed the input buffer size.
Tested: - Executed new unit tests successfully
Change-Id: Ife4b74d7541d6939bdc30a381fc5cc80cfd24057 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
show more ...
|
#
f60e7108 |
| 24-May-2024 |
Andrew Geissler <geissonator@yahoo.com> |
SrvTypeRqst: Add bounds checking on buffer parsing
There are multiple length fields provided by the user in this command. Need to ensure those lengths do not exceed the input buffer size.
Tested: -
SrvTypeRqst: Add bounds checking on buffer parsing
There are multiple length fields provided by the user in this command. Need to ensure those lengths do not exceed the input buffer size.
Tested: - Executed new unit tests successfully
Change-Id: Id42c8c2f7f87cab07982edabe93f09cd9ef4208a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
show more ...
|
#
c668313e |
| 23-May-2024 |
Andrew Geissler <geissonator@yahoo.com> |
unit-test: add language tag length validation
Ensure caller has provided enough language tag data to match with their input length
Change-Id: Icc60601d19ee33a52413dd8f2b8462791571ebcb Signed-off-by
unit-test: add language tag length validation
Ensure caller has provided enough language tag data to match with their input length
Change-Id: Icc60601d19ee33a52413dd8f2b8462791571ebcb Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
show more ...
|
#
0e948dca |
| 23-May-2024 |
Andrew Geissler <geissonator@yahoo.com> |
unit-test: add basic header validation tests
Ensure header size is correct and write tests to validate it.
The goal of this patch series is to match with the validation done within openslp (slp_v2m
unit-test: add basic header validation tests
Ensure header size is correct and write tests to validate it.
The goal of this patch series is to match with the validation done within openslp (slp_v2message.c, SLPv2MessageParseHeader)
Change-Id: I42aace162051a9e4795ebbaf36f193efe4738dcd Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
show more ...
|