1
0
Fork 0
alistair23-linux/net/dns_resolver
Aya Mahfouz 451c2b5caf net: dns_resolver: convert time_t to time64_t
Changes the definition of the pointer _expiry from time_t to
time64_t. This is to handle the Y2038 problem where time_t
will overflow in the year 2038. The change is safe because
the kernel subsystems that call dns_query pass NULL.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Aya Mahfouz <mahfouz.saif.elyazal@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-11-18 16:27:46 -05:00
..
Kconfig [DNS RESOLVER] Minor typo correction 2010-08-06 03:18:09 +00:00
Makefile Net: dns_resolver: Makefile: Remove deprecated kbuild goal definitions 2010-11-22 08:16:10 -08:00
dns_key.c KEYS: Merge the type-specific data with the payload data 2015-10-21 15:18:36 +01:00
dns_query.c net: dns_resolver: convert time_t to time64_t 2015-11-18 16:27:46 -05:00
internal.h KEYS: Merge the type-specific data with the payload data 2015-10-21 15:18:36 +01:00