-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels