+2005-05-08 Yoshinori K. Okuji <okuji@enbug.org>
+
+ * stage2/fsys_xfs.c (next_dentry): Use arrays of arrays instead of
+ arrays of pointers for USUAL, to avoid read-only strings. Reported
+ by Sven Wegener <swegener@gentoo.org>.
+
2005-03-28 Yoshinori K. Okuji <okuji@enbug.org>
* lib/device.c (get_drive_geometry): Use ST.ST_SIZE instead of
Stefan Ondrejicka <ondrej@idata.sk>
Stephen Early <steve@greenend.org.uk>
Steven Dick <ssd.gnu@mmae.ucf.edu>
+Sven Wegener <swegener@gentoo.org>
Takehiro Suzuki <takehiro@coral.ocn.ne.jp>
Taketo Kabe <kabe@sra-tohoku.co.jp>
Thierry DELHAISE <thierry.delhaise@delhaise.com>
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23.
-.TH GRUB "8" "March 2005" "grub (GNU GRUB 0.96)" FSF
+.TH GRUB "8" "May 2005" "grub (GNU GRUB 0.96)" FSF
.SH NAME
grub \- the grub shell
.SH SYNOPSIS
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23.
-.TH MBCHK "1" "March 2005" "mbchk (GNU GRUB 0.96)" FSF
+.TH MBCHK "1" "May 2005" "mbchk (GNU GRUB 0.96)" FSF
.SH NAME
mbchk \- check the format of a Multiboot kernel
.SH SYNOPSIS
{
int namelen = 1;
int toread;
- static char *usual[2] = {".", ".."};
+ static char usual[2][3] = {".", ".."};
static xfs_dir2_sf_entry_t *sfe;
char *name = usual[0];