Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Avoid NULL pointer access.
  • Loading branch information
sebhub committed Sep 7, 2011
1 parent 33cc35a commit 05a982c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtems/rtems_yaffs.c
Expand Up @@ -844,7 +844,7 @@ static const rtems_filesystem_operations_table yaffs_ops = {
.symlink_h = ycb_symlink,
.readlink_h = ycb_readlink,
.rename_h = ycb_rename,
.statvfs_h = NULL
.statvfs_h = ycb_statvfs
};

/* Yeah, who thought writing filesystem glue code could ever be so complicated? */

0 comments on commit 05a982c

Please sign in to comment.