Releases: rhymeswithmogul/IPvMe-C
Releases · rhymeswithmogul/IPvMe-C
A small bugfix release
What's Changed
@codacy-badger pointed out that my use of strlen()
could make me vulnerable to CWE-126. Just to be on the safe side, I've changed to strnlen()
.
Full Changelog: v1.0.0...v1.0.1
Linux binaries are below, signed with PGP key 0xCEFEEDFC.
I made another thing
This is a simple little app to find your WAN IP address(es). To build:
./autogen.sh
./configure
make
sudo make install