Compare commits

..

2 Commits

Author SHA1 Message Date
cf7b34acb5 fix(ui.h): cons_show_qrcode declaration. Minor change
Some checks failed
CI / Check coding style (pull_request) Successful in 33s
CI / Check spelling (pull_request) Successful in 19s
CI / Linux (debian) (pull_request) Failing after 1m21s
CI / Linux (ubuntu) (pull_request) Successful in 10m16s
CI / Linux (arch) (pull_request) Successful in 12m44s
Prior to the change declaration did not include parameters,
leading to errors within static analyzers and potential issues with compilation.
2025-09-01 23:04:45 +02:00
2752019158 fix(cmd_sub): Prevent crash with malformed JID in /sub command
Added null check for jidp in cmd_sub to handle jid_create returning NULL.

Crash occurred when processing malformed JID inputs like @example.com.

Ensures robust handling of invalid JIDs.

Fixes #22
2025-09-01 23:04:21 +02:00

Diff Content Not Available