Files
rtems/cpukit/libfs
Kinsey Moore 83c1a305f7 cpukit/libfs/jffs2: Prevent memory corruption due to corrupted data
The rtime decompression routine does not fully check bounds during the
entirety of the decompression pass and can corrupt memory outside the
decompression buffer if the compressed data is corrupted. This adds the
required check to prevent this failure mode.

Updates #5072
2024-10-24 22:35:40 +00:00
..

libfs

This directory contains for the "file system" library. All supported file systems live under this tree.

Currently the supported file systems in this library are:

  • IMFS or In Memory File System

    This is the only root file system on RTEMS at the moment. It supports files, directories, device nodes and mount points. It can also be configured to be the miniIMFS.

  • TFTP and FTP filesystem are part of the libnetworking library.

  • DEVFS or Device File system

  • DOSFS, a FAT 12/16/32 MSDOS compatible file system.

  • NFS Client, can mount NFS exported file systems.

  • PIPE, a pipe file system.

  • RFS, The RTEMS File System.

--Chris Johns and Joel Sherrill 17 Feb 2010