CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2022/11/29 04:56:32
Modified files: sbin/unwind : resolver.c Log message: Ignore late check results for resolvers we no longer use. Since we no longer use that specific resolver there is also no need to re-check it. tb pointed out that prev_state might be used uninitialized in this case. OK tb