sergey-safarov created an issue (kamailio/kamailio#4481)
```
/root/rpmbuild/BUILD/kamailio-6.1.0-dev1/src/modules/db_redis/redis_table.c:949:9:
warning: ‘strncpy’ output truncated before terminating nul copying as many
bytes from a string as its length [-Wstringop-truncation]
949 | strncpy(redis_keys.s + redis_keys.len, spec, len);
| ^
/root/rpmbuild/BUILD/kamailio-6.1.0-dev1/src/modules/db_redis/redis_table.c:930:22:
note: length computed here
930 | size_t len = strlen(spec);
| ^~~~~~~~~~~~
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4481
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the
sender!