Re: [oe] [meta-oe][PATCH] librelp: Upgrade to 1.2.16

2018-07-29 Thread Yu, Mingli
On 2018年07月27日 22:17, Khem Raj wrote: fails with security_flags turned on Will fix it in V2. Thanks, | ../../git/src/tcp.c:352:57: error: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1011 [-Werror=format-truncation=] | snprintf((char*)szHname,

Re: [oe] [meta-oe][PATCH] librelp: Upgrade to 1.2.16

2018-07-27 Thread Khem Raj
fails with security_flags turned on | ../../git/src/tcp.c:352:57: error: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1011 [-Werror=format-truncation=] | snprintf((char*)szHname, NI_MAXHOST, "[MALICIOUS:IP=%s]", szIP); |

[oe] [meta-oe][PATCH] librelp: Upgrade to 1.2.16

2018-07-24 Thread mingli.yu
From: Mingli Yu Add 0001-src-tcp.c-fix-jump-misses-init-error.patch to fix -Werror=jump-misses-init error Signed-off-by: Mingli Yu --- ...src-tcp.c-fix-jump-misses-init-error.patch | 71 +++ .../{librelp_1.2.14.bb => librelp_1.2.16.bb} | 6 +- 2 files changed, 75 insertions(+