Conversation

Next time somebody asks me about why technical debt happens, I'm going to point them to this:

https://github.com/madler/zlib/issues/633#issuecomment-1270835749

1
0
0

Every single damn FOSS project which incorporates zlib, has to work around this, more often than not, resorting to autocrap hackering to do so.

1
0
0
@bsdphk There are some forks of zlib out there the biggest probably being zlib-ng, which I think goes for C11 support and have cleaned out a lot of old code. But is that taking it too far or would it be viable to change the zlib implementation as long as the header is the same?

https://github.com/zlib-ng/zlib-ng
0
0
0