NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: toolchain/52257 evbmips64-eb crash in keysock



The following reply was made to PR toolchain/52257; it has been noted by GNATS.

From: Michael van Elst <mlelstv%serpens.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: toolchain/52257 evbmips64-eb crash in keysock
Date: Sat, 27 May 2017 09:33:23 +0200

 Looks like object and source were out of sync.
 
 The object was from keysock.c 1.53 and keysock.c 1.54
 changed the assertion...
 
 -       KASSERT(so != NULL);
 +       KASSERT(so != NULL || target != KEY_SENDUP_ONE);
 
 
 -- 
                                 Michael van Elst
 Internet: mlelstv%serpens.de@localhost
                                 "A potential Snark may lurk in every tree."
 


Home | Main Index | Thread Index | Old Index