xelerance / Openswan

Openswan
Other
852 stars 214 forks source link

T9113 sed invalid addr #402

Closed bartman closed 4 years ago

bartman commented 4 years ago

This is a unit test scrubbing exercise, as my Ubuntu system recently started generating in place of 0.0.0.0 for lp08 test case.

mcr commented 4 years ago

Bart Trojanowski notifications@github.com wrote:

This is a unit test scrubbing exercise, as my Ubuntu system recently started generating <invalid> in place of 0.0.0.0 for lp08 test case.

I've seen this before, and I don't remember the reason, or how I fixed it. make very-clean i.e. "rm -rf OBJ*" maybe. I think that it might uninitialized memory in part of the "ipaddress" structures.

-- ] Never tell me the odds! | ipv6 mesh networks [ ] Michael Richardson, Sandelman Software Works | network architect [ ] mcr@sandelman.ca http://www.sandelman.ca/ | ruby on rails [

bartman commented 4 years ago

@shussain

I've seen this before, and I don't remember the reason, or how I fixed it. make very-clean i.e. "rm -rf OBJ*" maybe. I think that it might uninitialized memory in part of the "ipaddress" structures.

Yes -- removing all OBJ* dirs seems to have fixed it. I will revert the "\<invalid>" (9113) commit.