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 3 forks source link

at_c: non-encrypted notifications cause a segfault #246

Open JeremyTubongbanua opened 3 weeks ago

JeremyTubongbanua commented 3 weeks 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 2 weeks ago

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