lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 20 Jun 2018 12:50:56 +0200
From:   Arnd Bergmann <arnd@...db.de>
To:     Jan Kara <jack@...e.cz>
Cc:     Jan Kara <jack@...e.com>,
        y2038 Mailman List <y2038@...ts.linaro.org>,
        Pali Rohár <pali.rohar@...il.com>,
        "Steven J. Magnani" <steve@...idescorp.com>,
        Deepa Dinamani <deepa.kernel@...il.com>,
        Steve Magnani <steve.magnani@...idescorp.com>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] udf: convert inode stamps to timespec64

On Wed, Jun 20, 2018 at 10:58 AM, Jan Kara <jack@...e.cz> wrote:
>>
>>  void
>> -udf_time_to_disk_stamp(struct timestamp *dest, struct timespec ts)
>> +udf_time_to_disk_stamp(struct timestamp *dest, struct timespec64 ts)
>>  {
>>       long seconds;
>>       int16_t offset;
>
> Thanks for the patch! This function needs fixing up as well - 'seconds'
> variable needs to be time64_t now. I'll fix it up and take it to my tree.

Thanks a lot for spotting my mistake and fixing it up!

      Arnd

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ