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
blosc2_schunk_open_udio looks like it could be used to read an schunk from any seekable API (e.g. ftp), but it calls stat on the provided uri, requiring that the uri is known to the underlying OS filesystem API, which severely constrains where data can be source from. Providing any file is sufficient to trick this API into working, even if the file isn't a blosc2 compressed file.
To Reproduce
TODO
Expected behavior
stat is not called, or stat is added as an optional callback in blosc2_io_cb
Describe the bug
blosc2_schunk_open_udio looks like it could be used to read an schunk from any seekable API (e.g. ftp), but it calls stat on the provided uri, requiring that the uri is known to the underlying OS filesystem API, which severely constrains where data can be source from. Providing any file is sufficient to trick this API into working, even if the file isn't a blosc2 compressed file.
To Reproduce
TODO
Expected behavior
stat is not called, or stat is added as an optional callback in blosc2_io_cb
Logs
N/A
System information:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: