Changeset 790f04d in rtems for cpukit/libfs/src/rfs

Timestamp:
03/09/12 13:13:22 (12 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
12806cd
Parents:
113944fa
git-author:
Sebastian Huber <sebastian.huber@…> (03/09/12 13:13:22)
git-committer:
Sebastian Huber <sebastian.huber@…> (03/14/12 08:11:13)
Message:

PR2039: Fix NULL pointer access

In case rtems_bdbuf_read() returns an error status, the block device
buffer pointer will be set to NULL. In RFS the chain node of the block
device buffer will be used for RFS purposes. We must not do this after
an erroneous read.

(No files)

Note: See TracChangeset for help on using the changeset viewer.