Eric

Results 4 issues of Eric

- Add two length bounds of 1024 for the filename and comment fields. The official gzip C sources use a bound of 1024 for the filename, so that number is...

Handle the EPERM error in the os.bind function, which can happen when binding AF_NETLINK sockets as non-root on Linux. Return `error.AccessDenied` instead of `error.PermissionDenied`, as this seems to be the...

Fixes https://github.com/ziglang/zig/issues/14907

Hi, Currently, NetworkInterface's `mac_addr` member is a `Option`. It would be nice to have a simple `MacAddr` type, like: ```rust pub struct MacAddr([u8; 6]); ``` with a From impl and...

enhancement
good first issue