Natale Patriciello

Results 8 comments of Natale Patriciello

@relan, I jump into the discussion by proposing the following. Is it possible to add, somewhere in the filesystem, a special byte for each file, indicating the corresponding Unix permission?...

> Yes, in exFAT each file entry can have optional subentries. Do you mean the "Reserved" FileAttributes bits (http://www.ntfs.com/exfat-file-directory-entry.htm)? If yes, these can be written with the callback setxattr, right?...

diff --git i/captcp.py w/captcp.py index a63f71a..0644442 100755 --- i/captcp.py +++ w/captcp.py @@ -2699,10 +2699,14 @@ class ThroughputMod(Mod): ``` def initialize(self): self.parse_local_options() ``` - self.end_time = self.start_time = False - self.start_time...

Tested on mac os 12.6, and I can easily see that I don't have many false positives as I had without this patch.

Hello, any news on this PR? Can it be merged?

Hello @JhaShweta1, the OS is Debian 12 (when I tried GCC 12.1) and ArchLinux when I tried with GCC 13.2. I'm trying clang with macOs, and clang is 15.0.0. Replacing...

Hello @pavelkumbrasev , this is happening on x86_64.

Any news on this? Do I need to raise the bug in GCC, as it's not happening with clang?