Joachim Wiberg

Results 563 comments of Joachim Wiberg

You're right, maybe it could be a signal? Perhaps adding some logit() in CHECK() to see what errno is, in case of non-zero return value.

Not really sure I have much to add. But I can do some refactoring/cleanup of the code to see if we shake something out. It'll be all over the place...

OK, I've done some cleanup and improved a few checks. Hopefully I didn't mess up any of the logic. (Four new commits on master)

@jorhett Thanks for testing, I'll fix the off-by-one, but it indicates we might have been off with strncpy() since it acts as memcpy() if the source string doesn't have a...

Hi guys, I'm trying to pick up the pieces here in an attempt to get a release out the door. Is this bug still an issue or can we close...

@SimonPilkington thanks for the quick follow-up! I'm updating documentation and closing issues right now, will probably release tomorrow afternoon, CET. @jorhett I'd really appreciate your feedback, if you have the...

@jorhett completely understand, thank you for taking the time to respond!

So, v2.6 has been released https://github.com/troglobit/inadyn/releases/tag/v2.6, there are pre-built packages available, both [Debian/Ubuntu packages](https://deb.troglobit.com/) and [Docker images](https://hub.docker.com/r/troglobit/inadyn). Hopefully enough to help test this bug.

It's almost like riding a bike :) In general I think the PR looks good. I have a few comments though: - I'd prefer a different namespace for the new...