Closed GoogleCodeExporter closed 8 years ago
Original comment by smat...@gmail.com
on 17 May 2010 at 1:08
What about using a QHostAddress - as a quick scan-check for validity of the IP
addresses upon recv from the client? something like:
QHostAddress fmtchk;
if (!fmtchk.setAddress( attrs.value("value").toString() ) )
puke-error-back-to-client;
else
carry on;
Would solve the IP one - but not the MAC one.
Original comment by darren.l...@gmail.com
on 14 Jul 2010 at 12:24
IP (IPv4, IPv6) Addresses, MACs, and HITs are now validated according to the
IF-MAP 2.0 Specification.
Original comment by smat...@gmail.com
on 25 Sep 2011 at 8:57
Original issue reported on code.google.com by
terry.si...@gmail.com
on 17 May 2010 at 6:59