Ingo

Results 10 issues of Ingo

If calling `UpnpInit2` you can specify with its third parameter the log file name, NULL if no logging. But NULL has no effect. There is still logging to stderr even...

I have set a default IPv4 interface "eth0". If called **UpnpGetIfInfo(eth0)** it provided the information as expected. But if I have for example a typo on the interface name "ethO"...

**Describe the bug** **pthreads4w** is installed and working. I can compile programs with it. If I build googletest with default settings it does not detect pthread. **pthreads4w** can only be...

bug

**Describe the bug** I built GoogleTest without **pthread** on Linux and successful compile tests with it using mocks. When running these tests all of them crash with a final message...

bug

**Describe the bug** At `./googletest/README.md` (not at `./README.md`) you find: >### Multi-threaded Tests > >GoogleTest is thread-safe where the pthread library is available. After `#include "gtest/gtest.h"`, you can check the`GTEST_IS_THREADSAFE`...

bug

Because emulation of SysV init scripts by systemd will be less supported step by step, I think it's time to migrate to a systemd service to manage gmrender-resurrect. Here is...

On working with proxy arp I have found this issue with a RPi 3B and 3B+. It should work without promiscuous mode like any other computer. I verified it with...

Wifi Issue

It gives the impression that the described visibility is valid for all symbols but there is a difference between the global symbol table and the dynamic symbol table. Only reading...

[Wikipedia - Uniform Resource Identifier](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier#Syntax) specifies: > A non-empty scheme component followed by a colon (:), consisting of a sequence of characters **beginning with a letter** and followed by any...

As noted at https://en.cppreference.com/w/cpp/string/byte/isalnum#Notes: > Like all other functions from \, the behavior of std::isalnum is undefined if the argument's value is neither representable as unsigned char nor equal to...