he32

Results 18 issues of he32

In other words, it must either be EOF or a value representable by an unsigned char. Here we simply cast all the arguments to these functions to "unsigned char".

### NicTool version 2.35 ### perl version 5.24.1 ### OS version Debian 9 ### Expected behavior In order to allow the manual registration of records required for DNS-SD, as specified...

RFC adherence

There is no guarantee that `time_t` is a `long int`. On NetBSD, `time_t` is a `long long int`. And ... apparently there is no portable way to indicate a printf...

**lnav version** v0.11.1 **Describe the bug** The `alloca()` function is used several places in `lnav`. To quote from the NetBSD man page for `alloca()`: ``` CAVEATS Few limitations can be...

bug

**lnav version** v0.11.1 **Describe the bug** The lnav source code is littered with signedness mismatches. This appears to stem from an infatuation to use `size_t`-typed variables as loop variables, and...

bug

* The `exabgp.conf` syntax changed, but the documentation didn't (exabgp.conf(5)). No "group" at outer layer anymore. Apparently, nobody took the hint to "please keep this updated" and "please make this...

need-help

I'm running the old version of exabgp (3.*) on NetBSD/amd64 for a distributed DNS resolver service. This has been stable and has been working flawlessly. Trying to upgrade to exabgp...

With reference to issue #1121, this specific issue concentrates on the logging done by exabgp, perhaps first and foremost when it is run as a daemon. It does appear that...

Found while building on NetBSD's pkgsrc, which defaults to building with `-Wchar-subscripts`. To quote the NetBSD ctype(3) man page: ``` The argument of these functions is of type int, but...

The sysctl() method of getting at the network statistics is the preferred method on NetBSD nowadays. The code to do so is lifted from NetBSD's usr.bin/netstat/if.c and adapted as required....