summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mbx8xx/console/console.c
diff options
context:
space:
mode:
authorJamie Iles <jamie@jamieiles.com>2015-03-16 17:23:36 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-03-16 19:17:35 +0100
commit674f8b1b050c7f6544424ea5c882878699dbc248 (patch)
tree7e0c37789c335ca45d6e238d878e68ddcf34e0ef /c/src/lib/libbsp/powerpc/mbx8xx/console/console.c
parentshell: remove rtems ifdef, upstream is correct (diff)
downloadrtems-674f8b1b050c7f6544424ea5c882878699dbc248.tar.bz2
IMFS: don't strlen() an unterminated string in IMFS_dir_read().
a43a3466 (IMFS: Implement variable length node names) introduced a changed to IMFS_jnode_t from being a null terminated string to a separate unterminated string and length. IMFS_dir_read() was still performing a strlen() on this unterminated string though and when doing an 'ls' in the fileio example I saw that some filenames had garbage suffixes.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions