diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-02-06 16:35:44 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-02-08 11:33:13 +0100 |
commit | 98063d8187d6894f4698d689e7c5a3affbcd1622 (patch) | |
tree | ff8dcf24c0bdcb62666920d4d9717f06fdfaeb88 /src/libcharon/plugins/tnccs_dynamic/tnccs_dynamic.h | |
parent | af5452ba765be92e8bc68f51e4671aa7456856d6 (diff) | |
download | strongswan-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