sme
sme
Closely related to #16: In [your implementation of `open`](https://github.com/rflament/loggedfs/blob/loggedfs-0.9/src/loggedfs.cpp#L566), you are using the `open` system call. You should be using the `openat` system call instead.
... for which there is no good reason. [`wine-python`](https://github.com/pleiszenburg/zugbruecke/blob/v0.0.14/scripts/wine-python) and similar scripts [can be implemented in pure Python](https://docs.python.org/3/library/os.html#os.execvpe).
Basic support for callback functions (function pointers) was introduced as part of v0.0.8, see issues #3 and #4. The current implementation of the memory synchronization mechanism has significant flaws, see...
Reported by @jayvdb in #55 although not related. > This is probably the cause of my rpm `%check` failures at https://build.opensuse.org/package/show/home:jayvdb:py-bridge/python-zugbruecke > > If we can get this solved, I...
... added workaround. See [original bug](https://bugs.winehq.org/show_bug.cgi?id=47766).
This may happen on systems with older versions of `libssl` (`libopenssl`) or configuration issues regarding the SSL certificate store. This bug is present in all versions of `zugbruecke` up to...