You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some bad user inputs crash hashfs_shell, need to fix bugs and improve error handling
In hashfs_shell, when calling PUT [filename] [path] and the path doesn't consist of the new name of the file but only the directory, the shell returns correctly and says the path is invalid since it is a directory. However, when another command is called, the shell crashes.
The text was updated successfully, but these errors were encountered:
Some bad user inputs crash hashfs_shell, need to fix bugs and improve error handling
The text was updated successfully, but these errors were encountered: