Skip to content

Releases: rhymeswithmogul/IPvMe-C

A small bugfix release

27 May 01:19
9ba20a5
Compare
Choose a tag to compare

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

22 Sep 00:48
c1701b6
Compare
Choose a tag to compare

This is a simple little app to find your WAN IP address(es). To build:

./autogen.sh
./configure
make
sudo make install