Hello Mihai,
And here is the patch :)
--- channels_old.c Mon Mar 4 02:07:06 2002
+++ channels.c Mon Mar 4 02:07:16 2002
@@ -151,7 +151,7 @@
channel_lookup(int id)
{
Channel *c;
- if (id < 0 || id > channels_alloc) {
+ if (id < 0 || id >= channels_alloc) {
log("channel_lookup: %d: bad id", id);
return NULL;
}
Gushterul
Thursday, March 07, 2002, 5:39:14 AM, you wrote:
MR> Salut
MR> ce chestii interesante mai afli pe chat...
MR> !Announce:*! $ Hi all, a remotely exploitable bug has been found in
MR> OpenSSH:
MR> http://www.pine.nl/advisories/pine-cert-20020301.txt
MR> ----------------------------
MR> Mihai RUSU
MR> Disclaimer: Any views or opinions presented within this e-mail are solely
MR> those of the author and do not necessarily represent those of any company,
MR> unless otherwise specifically stated.
MR> ---
MR> Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
MR> unsubscribe from this list.
--
Best regards,
Gushterul mailto:[EMAIL PROTECTED]
---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to
unsubscribe from this list.