lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 02 Sep 2007 23:01:26 +0400
From:	slavon@...telecom.ru
To:	netdev@...r.kernel.org
Subject: potentially kernel panic on lib/rbtree.c

Sorry for prev. send =(

Hi all. Have some time panic from sch_htb.c

I see to gdb and see that panic at lib/rbtree.c:80
gparent == NULL

maybe add lines like this before IF

if (gparent == NULL){
     WARN_ON(1);
// MAYBE need remove parrent that not have gparent at this place? But  
i think that maybe its not  have gparent becouse its lock? No so deep  
look code.
     continue;
}

Thanks


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ