Natanael Copa
Natanael Copa
> libxml2 maintainer here. It seems that this is caused by the `NGX_HTTP_XSLT_REUSE_DTD` optimization. This was the next thing I was investigating. Setting `NGX_HTTP_XSLT_REUSE_DTD` to `0` makes the test pass....
> If you make the following change to `xslt.t`, I think that older libxml2 versions should produce a use-after-free as well: > > ``` > -$t->write_file('entities.dtd', '' . "\n"); >...
This issue can be closed. The problem was a regression in libxml2 and has been fixed there.
Seems like there are a number of similar reports with non-optimal suggestions for a solution: - riscv64: #40 - loongarch64: https://github.com/s-yata/marisa-trie/pull/56 - loongarch64: https://github.com/s-yata/marisa-trie/pull/44 - sparc: https://github.com/s-yata/marisa-trie/pull/46 Apparently this is...
Seems like it is configurable via `podLogsDir`. > Kubelet allows changing the pod logs directory from default /var/log/pods to a custom path. This adjustment can be made by configuring the...
> I don't see any errors in ..., kube-router, ... I was about to respond here that kube-router operates on layer 2 (link level) which means that the nodes needs...
Can the nodes communicate over the internal-ip? eg can you ping 10.0.18.32 from 192.168.0.170?
I don't think that will work at all. It will not be possible for the worker nodes to establish any tunnel or anything if they cannot talk to each other....
Go forces use of gold on arm/arm64 due to an old bug in binutils, which seems to be fixed now. Go still need to adapt. See: https://github.com/golang/go/issues/22040 I think we...
> This needs attention from kubectl side, as well. I'm a bit on the fence with the IP auto-detection, because this makes it so much harder for k0sctl to do...