I traced the rtbt binary on 12.10. The result is:
Ubuntu 12.10:
48609b - jump taken
4860b3 -jump
4860cc - no jump
486102 - jump
48615c - jump
It means, that the _v16 value is zero on Ubuntu 12.10. So the function LM_Find_Link_Table_Entry() should return 0 value. For some reason the comparison in that routine is returning non zero value on 15.10.
The rest of the LMssp_LM_User_Confirmation_Request_Reply() routine on 12.10 clears the timer and writes du then quits.
I traced the rtbt binary on 12.10. The result is:
Ubuntu 12.10:
48609b - jump taken
4860b3 -jump
4860cc - no jump
486102 - jump
48615c - jump
It means, that the _v16 value is zero on Ubuntu 12.10. So the function LM_Find_ Link_Table_ Entry() should return 0 value. For some reason the comparison in that routine is returning non zero value on 15.10. User_Confirmati on_Request_ Reply() routine on 12.10 clears the timer and writes du then quits.
The rest of the LMssp_LM_