Skip to content

difference between last public version? #1

@roycewilliams

Description

@roycewilliams

Thank you for this historical snapshot of the (now-endangered) smunge! One of the last releases is still available via the Wayback Machine:

https://web.archive.org/web/20070402075606/http://i2pi.com/smunge/smunge-1.3.7.tar.gz

... and I noticed the following difference in main.c:

$ diff -r github/Smunge/ orig/smunge
Only in github/Smunge/: example.ldif
Only in github/Smunge/: .git
diff -r github/Smunge/main.c orig/smunge/main.c
174c174
< 	popserver[num].host = (struct hostent *) malloc (sizeof (struct hostent)+1);
---
> 	popserver[num].host = (struct hostent *) malloc (sizeof (struct hostent));
Only in orig/smunge: rfc1734.txt
Only in orig/smunge: rfc1939.txt

Which is more correct?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions