File tree 3 files changed +17
-2
lines changed 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ nilfs-utils-2.2.6 Mon Oct 10, 2016 JST
2
+
3
+ * dumpseg: fix misuse of endian conversion macro for ss_nblocks
4
+ * libnilfs: fix potential memory access overrun at
5
+ nilfs_psegment_is_valid()
6
+ * libnilfs: fix potential underflow at nilfs_psegment_is_end()
7
+ * libnilfs: fix potential underflow of p_maxblocks at
8
+ nilfs_psegment_init()
9
+ * libnilfs: add missing errno setting at nilfs_sb_write()
10
+ * libnilfs: add sanity check on segment summary header size
11
+ * libnilfs: check range of finfo and binfos before reading them
12
+ * libnilfs: add sanity check for block counts in finfo
13
+ * libnilfs: get rid of HAVE_MUNMAP
14
+ * ChangeLog: fix typos
15
+
1
16
nilfs-utils-2.2.5 Sun Sep 4, 2016 JST
2
17
3
18
* fix the problem that checkpoints and blocks with a future timestamp
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dnl Copyright (C) 2007-2012 Nippon Telegraph and Telephone Corporation.
6
6
# Process this file with autoconf to produce a configure script.
7
7
8
8
AC_PREREQ ( 2.60 )
9
- AC_INIT ( NILFS utils , 2.2.5 , linux-nilfs@vger.kernel.org )
9
+ AC_INIT ( NILFS utils , 2.2.6 , linux-nilfs@vger.kernel.org )
10
10
AM_INIT_AUTOMAKE
11
11
AC_CONFIG_SRCDIR ( [ config.h.in] )
12
12
AC_CONFIG_HEADER([ config.h] )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ libcrc32_la_SOURCES = crc32.c
20
20
libcleanerexec_la_SOURCES = cleaner_exec.c
21
21
22
22
libnilfs_CURRENT = 2
23
- libnilfs_REVISION = 3
23
+ libnilfs_REVISION = 4
24
24
libnilfs_AGE = 2
25
25
libnilfs_VERSIONINFO = $(libnilfs_CURRENT ) :$(libnilfs_REVISION ) :$(libnilfs_AGE )
26
26
You can’t perform that action at this time.
0 commit comments