]> andersk Git - openssh.git/commit
- otto@cvs.openbsd.org 2005/10/17 20:19:42
authordjm <djm>
Fri, 26 Oct 2007 06:42:18 +0000 (06:42 +0000)
committerdjm <djm>
Fri, 26 Oct 2007 06:42:18 +0000 (06:42 +0000)
commit2d67e48d0cdb7493757e4b24eb5b2cfe5e42f472
tree6731d21f540f4bcd598fbafec9002a374ba3e8c4
parentd0f02ff0a897bf1f33b940cf872745296ed29c24
   - otto@cvs.openbsd.org 2005/10/17 20:19:42
     [openbsd-compat/sys-queue.h]
     Performing certain operations on queue.h data structurs produced
     funny results.  An example is calling  LIST_REMOVE on the same
     element twice. This will not fail, but result in a data structure
     referencing who knows what. Prevent these accidents by NULLing some
     fields on remove and replace. This way, either a panic or segfault
     will be produced on the faulty operation.
ChangeLog
openbsd-compat/sys-queue.h
This page took 0.78439 seconds and 5 git commands to generate.