atsign-foundation / at_c

Experimental cross-platform C implementation of the atSDK for SOC & embedded devices
BSD 3-Clause "New" or "Revised" License
2 stars 4 forks source link

at_c: non-encrypted notifications cause a segfault #246

Open JeremyTubongbanua opened 6 months ago

JeremyTubongbanua commented 6 months ago

When set shouldencrypt=false when sending a notification, it will send isEncrypted:false and send the value in plain text (unencrypted). This willc ause a segfault.

This ticket is dependent on https://github.com/atsign-foundation/at_server/issues/1944

JeremyTubongbanua commented 6 months ago

Not a high priority since only encrypted notifications are ever used in the C Daemon

JeremyTubongbanua commented 3 months ago

Setting this to blocked because some work I believe is needed to be done on the atServer side of things - https://github.com/atsign-foundation/at_server/issues/2050