[RTEMS Project] #3521: JFFS2 has a year 2038 problem

RTEMS trac trac at rtems.org
Mon Sep 17 10:16:53 UTC 2018


#3521: JFFS2 has a year 2038 problem
------------------------------+------------------------
  Reporter:  Sebastian Huber  |      Owner:  (none)
      Type:  defect           |     Status:  new
  Priority:  normal           |  Milestone:  Indefinite
 Component:  fs/jaffs2        |    Version:  5
  Severity:  normal           |   Keywords:
Blocked By:                   |   Blocking:
------------------------------+------------------------
 We have 32-bit time values in:
 {{{
 /* The JFFS2 raw inode structure: Used for storage on physical media.  */
 /* The uid, gid, atime, mtime and ctime members could be longer, but
    are left like this for space efficiency. If and when people decide
    they really need them extended, it's simple enough to add support for
    a new type of raw node.
 */
 struct jffs2_raw_inode
 {
 ...
         jint32_t atime;      /* Last access time.  */
         jint32_t mtime;      /* Last modification time.  */
         jint32_t ctime;      /* Change time.  */
 ...
 };
 }}}

--
Ticket URL: <http://devel.rtems.org/ticket/3521>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list