1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-25 00:57:48 +02:00
openwrt-packages/net/krb5
Alexandru Ardelean c03066deca krb5: bump to version 1.13.3 and fix uninitialized warning/error
Version 1.13.3 has a tar.gz so the OpenWRT default Build/Prepare
rule can be used with MD5 checksum.

Add patch to fix build:
ktutil_funcs.c: In function 'ktutil_delete':
ktutil_funcs.c:75:28: error: 'prev' may be used uninitialized in this function [-Werror=maybe-uninitialized]
                 prev->next = lp->next;

There does not seem to be a way for 'prev' being uninitialized
(logically), however the compiler does not see that, because
'prev' is dependent on i >= 1.
So, we just need to initialize it to NULL.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-15 11:58:22 +02:00
..
files Copy krb5 package from old repository 2014-07-19 14:08:11 +02:00
patches krb5: bump to version 1.13.3 and fix uninitialized warning/error 2015-12-15 11:58:22 +02:00
Makefile krb5: bump to version 1.13.3 and fix uninitialized warning/error 2015-12-15 11:58:22 +02:00