OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [fs/] [umsdos/] [notes] - Blame information for rev 1777

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1628 jcastillo
This file contain idea and things I don't want to forget
2
 
3
Possible bug in fs/read_write.c
4
Function sys_readdir()
5
 
6
        There is a call the verify_area that does not take in account
7
        the count parameter. I guess it should read
8
 
9
        error = verify_area(VERIFY_WRITE, dirent, count*sizeof (*dirent));
10
 
11
        instead of
12
 
13
        error = verify_area(VERIFY_WRITE, dirent, sizeof (*dirent));
14
 
15
        Of course, now , count is always 1
16
 
17
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.