We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Using the fixed path mapping function OS_FileSysAddFixedMap() with paths like /ram0/cf and /ffx0/cf will only work once.
To Reproduce
OS_FileSysAddFixedMap( , "/ram0/cf", "/cf1"); OS_FileSysAddFixedMap( , "/ffx0/cf", "/cf2");
Expected behavior Both paths should be included in the object table
Code snips This is the part of code that generates a unique dev_name, but
osal/src/os/shared/src/osapi-filesys.c
Lines 259 to 267 in fa9671f
System observed on:
Additional context
Reporter Info Claudio Olmi, NASA JSC
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Using the fixed path mapping function OS_FileSysAddFixedMap() with paths like /ram0/cf and /ffx0/cf will only work once.
To Reproduce
OS_FileSysAddFixedMap( , "/ram0/cf", "/cf1");
OS_FileSysAddFixedMap( , "/ffx0/cf", "/cf2");
Expected behavior
Both paths should be included in the object table
Code snips
This is the part of code that generates a unique dev_name, but
osal/src/os/shared/src/osapi-filesys.c
Lines 259 to 267 in fa9671f
System observed on:
Additional context
Reporter Info
Claudio Olmi, NASA JSC
The text was updated successfully, but these errors were encountered: