CVSROOT: /cvs Module name: xenocara Changes by: matth...@cvs.openbsd.org 2009/07/19 02:12:09
Modified files: app/xauth : process.c Log message: Initialize ed.used_stdout at the beginning of do_extract() to avoid reading uninitialized memory later. Reported by Philip Guenther. Thanks.