Commit 040ec883a47744349c89178114f8ae2c8324ef57

Edward Thomson 2015-09-23T18:20:17

patch: use strlen to mean string length `oid_strlen` has meant one more than the length of the string. This is mighty confusing. Make it mean only the string length! Whomsoever needs to allocate a buffer to hold a string can null terminate it like normal.