Commit Graph

10 Commits (master)

Author SHA1 Message Date
jmjatlanta c434fbd160 Fixed warnings 2017-07-17 16:13:53 -05:00
John Jones 86d3cd422e Fixed memory leak and most compiler warnings 2017-07-17 15:11:08 -05:00
John Jones 58a6240af9 Fixed bug on odd byte ip addresses
IP addresses that when converted to an integer ended up as a string with
an odd number of bytes would result in a memory read into invalid
memory. Zero filled the text string representation of the bytes to avoid
this issue.
2017-07-13 18:29:02 -05:00
John Jones f0961a247f Multiaddress stability fixes 2017-04-16 23:46:07 -05:00
John Jones c96c1db14c Now handling zeros in address correctly 2017-04-13 09:29:44 -05:00
John Jones d09c4a0d76 added string tokenizer for c99 2017-03-21 13:04:44 -05:00
John Jones 0b8789ebbc Bug fixes 2017-02-20 17:45:48 -05:00
John Jones 29a68c8f55 Multiple fixes to code 2017-02-15 10:42:06 -05:00
John Jones bb488f7e82 More in line with existing code. Refactored naming. 2017-02-13 14:12:32 -05:00
John Jones d57e026fbf Moved functionality from headers to c files so that we can compile 2017-02-13 13:25:43 -05:00