-
## Affected Puppet, Ruby, OS and module versions/distributions
- Module version: latest (3.3.0 at the time of bug reporting)
## How to reproduce (e.g Puppet code you use)
Configure DHCP with …
-
I maintain Valgrind on FreeBSD and I've been wondering a bit about the Valgrind integration that was in jemalloc.
I saw on some old manpages that there were some options for Valgrind:
https://ww…
-
Hello @ewwhite,
Do you know (or should I start poking around and report what I see?) what the ramifications of [native ZFS encryption](https://github.com/zfsonlinux/zfs/pull/5769) would be on this …
-
cunicu currently attempts at auto-detecting a correct tunnel MTU by taking the link/route MTUs into consideration.
However, this will not be optimal as the path MTU can be smaller than the link MTUs.…
-
Vlad wrote:
> Нужны голды на основе reference implementation. И вот тут видно, что manpages прошёл длиннющий путь, но последнего шажка (наделать собственно голден тестов) не сделал. Ради которого соб…
-
**Describe**
As in title.
**How to reproduce**
```bash
./autogen.sh
make get-monolite-latest
make
```
**output**
```bash
processes.c: In function ‘load_modules’:
processes.c:1651:12: err…
-
After 924dfdeec4d2a045d79f06a80edb96948f0f1184, `__next__()` continues instead of returning None when timing out. This does not seem like ideal behavior. Am I misinterpreting timeout or misusing the f…
-
Build following instructions in BUILDING.md with:
**cd libjxl
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF ..**
-- The C compiler identification is GNU 10.2.1
-- The…
-
```
Line 49 of procnamemodule.c line 49 is:
strncpy(argv[0], name , strlen(name));
For a really long name this risks overwriting other arguments. It seems
safer to do:
strncpy(argv[0], name , strle…
-
"Both SYNOPSIS and the list in DESCRIPTION need to be alphabetized. In SYNOPSIS flags without an argument all go on one line, and flags within that line are alphabetized. Flags with arguments are alph…