diff options
author | Jim Mock <jim@FreeBSD.org> | 2001-06-18 18:05:44 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2001-06-18 18:05:44 +0000 |
commit | 5f56bb5e4b141825d78b8a46d11920f1e6e1bc67 (patch) | |
tree | 68a187ab8e8135eee1754d3fed5e2cf8dbfe13ae /net-im/ayttm/files/patch-ah | |
parent | Fix a buffer overflow introduced in 3.30. This patch will be adopted (diff) |
Update to version 0.2.1 beta 5.
Notes
Notes:
svn path=/head/; revision=44180
Diffstat (limited to 'net-im/ayttm/files/patch-ah')
-rw-r--r-- | net-im/ayttm/files/patch-ah | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/ayttm/files/patch-ah b/net-im/ayttm/files/patch-ah deleted file mode 100644 index 57205cc21182..000000000000 --- a/net-im/ayttm/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- src/#main.c~ Mon Jan 29 14:49:29 2001 -+++ src/main.c Mon Jan 29 14:49:29 2001 -@@ -279,7 +279,7 @@ - strcat(local.sun_path, "eb_socket"); - unlink(local.sun_path); - local.sun_family = AF_UNIX; -- len = strlen(local.sun_path) + sizeof(local.sun_family); -+ len = strlen(local.sun_path) + 1 + sizeof(local.sun_family); - if(bind(sock, (struct sockaddr *)&local, len) == -1) - { - perror("bind"); |