Vassili Tchersky
Vassili Tchersky
It's been a long time since I haven't coded in C, but it seems that `if (pid)` encompass all return value from `fork()`, including negative (erroneous) ones. Therefore, `perror("fork")` is...
> Idlemail also employs the concept of RetryAgents. If a mail was downloaded from the source, it is gone. When the sending to some destination for such a mail fails,...
some comments: #### tests: Re-enable mknod and mkfifo tests on FreeBSD On FreeBSD, device nodes may be created in file systems with mknod() but such nodes cannot be used to...
I know it's documented that `InotifyEvent.Name` contains the full path, but the naming is confusing. I'm used to `event->name` in C that does not contains the full path. If a...
fuse-archive uses `archive_read_data()` to get archive content. Gaps are filled with nulls and fuse-archive has no idea about them. It seems that operations on big sparse files could be improved....
I think we should have different level of testing depending on the circumstances. PR: - cppcheck - `-fanalyzer` - IWYU - UBSan - compile with ASan, MSan and FORTIFY_SOURCE on...
[build log](https://buildd.debian.org/status/fetch.php?pkg=rmlint&arch=alpha&ver=2.10.2-0.2&stamp=1741803593&raw=0). I think this is because rmlint uses its own imported FTS implementation from NetBSD.
That's could be a pain point. And how much do we want to keep supporting 32-bit architectures ? #677
This was done to address https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1088530 But I don't like very much the new design. I've done some test with pydata-sphinx-theme and Bootstrap5, not better. What do you think ?