Skip to content

Tags: husqvarnagroup/wakaama

Tags

gardena/rs/fix-zero-length-options-v0

Toggle gardena/rs/fix-zero-length-options-v0's commit message
coap: Fix zero-length options

This error prevented me from connecting to leshan.eclipseprojects.io
using the DTLS enabled client binary.

gardena/rs/fix-594-v1

Toggle gardena/rs/fix-594-v1's commit message
[eclipse-wakaamaGH-594] examples: client: dtls: Fix crash

This seems to be the easiest fix that also works for the non-DTLS
client binary.

Tested by successfully connecting to leshan.eclipseprojects.io

gardena/rs/build-all-standalone-projects-v2

Toggle gardena/rs/build-all-standalone-projects-v2's commit message
ci: Build all examples as standalone

This ensures the examples can be built independently as described in the
readme file.

gardena/rs/build-all-standalone-projects-v1

Toggle gardena/rs/build-all-standalone-projects-v1's commit message
ci: Build all examples as standalone

This ensures the examples can be built independently as described in the
readme file.

This is loosely related to [eclipse-wakaamaGH-588].

gardena/rs/build-all-standalone-projects-v0

Toggle gardena/rs/build-all-standalone-projects-v0's commit message
ci: Build all examples as standalone

This ensures the examples can be built independently as described in the
readme file.

This is losely related to [eclipse-wakaamaGH-588].

gardena/rs/fix-compiler-warnings-v3

Toggle gardena/rs/fix-compiler-warnings-v3's commit message
Silence -Wfloat-equal

Quick and dirty workaround to get rid of this warning.

gardena/rs/fix-coap_parse_message-v9

Toggle gardena/rs/fix-coap_parse_message-v9's commit message
coap: Detect reserved option delta/length values

RFC 7252 on Option Delta of 15:
> Reserved for the Payload Marker. If the field is set to this value but
> the entire byte is not the payload marker, this MUST be processed as a
> message format error.

RFC 7252 on Option Length of 15:
> Reserved for future use. If the field is set to this value, it MUST be
> processed as a message format error.

gardena/rs/introduce-fuzzing-v2

Toggle gardena/rs/introduce-fuzzing-v2's commit message
ci: Add fuzzing target for coap_parse_message()

This is a first shot at fuzzing in this project.

I picked coap_parse_message() as a starting point because of its
increased exposedness by interpreting unsanitized data coming directly
form the internet.

Once we get the grip on using this tool we might want to integrate it
into the CI pipeline.

gardena/rs/fix-coap_parse_message-v8

Toggle gardena/rs/fix-coap_parse_message-v8's commit message
coap: Detect reserved option delta/length values

RFC 7252 on Option Delta of 15:
> Reserved for the Payload Marker. If the field is set to this value but
> the entire byte is not the payload marker, this MUST be processed as a
> message format error.

RFC 7252 on Option Length of 15:
> Reserved for future use. If the field is set to this value, it MUST be
> processed as a message format error.

gardena/rs/fix-coap_parse_message-v7

Toggle gardena/rs/fix-coap_parse_message-v7's commit message
coap: Detect reserved option delta/length values

RFC 7252 on Option Delta of 15:
> Reserved for the Payload Marker. If the field is set to this value but
> the entire byte is not the payload marker, this MUST be processed as a
> message format error.

RFC 7252 on Option Length of 15:
> Reserved for future use. If the field is set to this value, it MUST be
> processed as a message format error.