aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnccs_dynamic/tnccs_dynamic.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-02-06 16:35:44 +0100
committerTobias Brunner <tobias@strongswan.org>2013-02-08 11:33:13 +0100
commit98063d8187d6894f4698d689e7c5a3affbcd1622 (patch)
treeff8dcf24c0bdcb62666920d4d9717f06fdfaeb88 /src/libcharon/plugins/tnccs_dynamic/tnccs_dynamic.h
parentaf5452ba765be92e8bc68f51e4671aa7456856d6 (diff)
downloadstrongswan-98063d8187d6894f4698d689e7c5a3affbcd1622.tar.bz2
strongswan-98063d8187d6894f4698d689e7c5a3affbcd1622.tar.xz
Don't use a time_t variable with fscanf when parsing uptime
Because "%u" is used as format string in the fscanf call that parses the uptime and because the length of time_t varies on different platforms and architectures the value was not written properly if time_t was longer than an unsigned int and depending on how the target variable was aligned on the stack. Since there is no conversion specifier to properly parse a time_t value we use the appropriate integer type instead.
Diffstat (limited to 'src/libcharon/plugins/tnccs_dynamic/tnccs_dynamic.h')
0 files changed, 0 insertions, 0 deletions