Thus said Ken Hornstein on Mon, 22 Jan 2018 14:20:32 -0500: > If you encounter any problems or issues with this release candidate, > please don't hesitate to contact [email protected].
This may be a known issue (or not an issue at all): uip/post.c: In function 'putadr': uip/post.c:1239: warning: 'shlen' may be used uninitialized in this function >From a cursory look, it could be uninitialized if the savehdr parameter is NULL and I don't see any code that guards savehdr from not being NULL. I also cannot easily say whether any of the calls to putadr will ever send in NULL. Should shlen have a default value, or should putadr not allow the caller to send in NULL? uip/fmttest.c: In function 'main': uip/fmttest.c:123: warning: 'outputsize' may be used uninitialized in this function Looks like this one will require even more investigation to discover whether the warning is just a red herring or not. Andy -- TAI64 timestamp: 400000005a66d8b1 -- Nmh-workers https://lists.nongnu.org/mailman/listinfo/nmh-workers
