Jnode throws an exception when writing a f
| Project: | JNode Core |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Description
Jnode throws an exception when writing a file to the tmp directory
reproducer:
Boot
cd devices
cd jnode
cd tmp
echo Test1 > test1.txt
echo Test2 > test2.txt
(throws ArrayIndexOutOfBoundsException from FatFile.write)
- Login to post comments
#1
This bug used the old fat code.
The code is considered deprecated, so it will not be fixed.