From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EC467C433EF for ; Wed, 20 Oct 2021 06:47:36 +0000 (UTC) Received: from lists.zx2c4.com (lists.zx2c4.com [165.227.139.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 07DC961074 for ; Wed, 20 Oct 2021 06:47:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 07DC961074 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=zx2c4.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.zx2c4.com Received: by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTP id b5241bcc; Wed, 20 Oct 2021 06:47:34 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id cbea754c (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO) for ; Wed, 20 Oct 2021 06:47:33 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id F26EE60F12 for ; Wed, 20 Oct 2021 06:47:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="Cdu+eLAl" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1634712449; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=B7pG/ApSMcrIpOKL16l5ItSOpbRJljB470b0SrgLsUc=; b=Cdu+eLAltakmkKEIOKnyiv725GQbd6/KPVfO4qOEue3eTLIbRtH6z0H1nzQ+Tf1NrIMAtU UU3oqKB3f/D5MAk+3ejCAN/wRkvLw+1OUEezRWQKjhq7a6ty5r3yLGXshKtNLKHMQrfKeq O1yWUFedohrseOxS2qomh3FtVCaRe5E= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 9d9f5c23 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Wed, 20 Oct 2021 06:47:29 +0000 (UTC) Received: by mail-yb1-f174.google.com with SMTP id i84so8829236ybc.12 for ; Tue, 19 Oct 2021 23:47:29 -0700 (PDT) X-Gm-Message-State: AOAM533996dmFPX2+B00pFOLVYpeIdeR4+k9Xgu1muYSvJE0mEUxRwBh ikyG3iUsjvqlnHUkN6HDj0KaL8IyJQX2Bm2/2W4= X-Google-Smtp-Source: ABdhPJwZfoRYFtDSWKWUGPN0WghyxV2Z6E4/A/aCvQlgvxNzhM/InOp9dHIO2AfWeMtRK1l+U3b83M0KBRQ2EvaRpes= X-Received: by 2002:a25:d047:: with SMTP id h68mr39926016ybg.416.1634712448713; Tue, 19 Oct 2021 23:47:28 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "Jason A. Donenfeld" Date: Wed, 20 Oct 2021 00:47:18 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Access violation exception on windows To: Mindaugas Veblauskas Cc: "wireguard@lists.zx2c4.com" Content-Type: text/plain; charset="UTF-8" X-BeenThere: wireguard@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: wireguard-bounces@lists.zx2c4.com Sender: "WireGuard" Thanks for the reminder. Fixed here: https://github.com/golang/sys/commit/0ec99a608a1b8e24d6a2554b64f4208e8e5caae7 With a followup here waiting to be merged: https://go-review.googlesource.com/c/sys/+/357250 The process now continues until NtTerminateProcess. Jason