CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2018/11/15 23:10:29
Modified files: usr.bin/ssh : sshbuf.c Log message: make grandparent-parent-child sshbuf chains robust to use-after-free faults if the ancestors are freed before the descendents. Nothing in OpenSSH uses this deallocation pattern. Reported by Jann Horn