File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 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+
116nilfs-utils-2.2.5 Sun Sep 4, 2016 JST
217
318 * 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.
66# Process this file with autoconf to produce a configure script.
77
88AC_PREREQ ( 2.60 )
9- AC_INIT ( NILFS utils ,
2.2.5 ,
[email protected] ) 9+ AC_INIT ( NILFS utils ,
2.2.6 ,
[email protected] ) 1010AM_INIT_AUTOMAKE
1111AC_CONFIG_SRCDIR ( [ config.h.in] )
1212AC_CONFIG_HEADER([ config.h] )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ libcrc32_la_SOURCES = crc32.c
2020libcleanerexec_la_SOURCES = cleaner_exec.c
2121
2222libnilfs_CURRENT = 2
23- libnilfs_REVISION = 3
23+ libnilfs_REVISION = 4
2424libnilfs_AGE = 2
2525libnilfs_VERSIONINFO = $(libnilfs_CURRENT ) :$(libnilfs_REVISION ) :$(libnilfs_AGE )
2626
You can’t perform that action at this time.
0 commit comments