From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: File Owner and Group ID on Windows Date: Mon, 25 Aug 2008 17:13:31 +0200 Message-ID: References: <48B2AA1A.5030701@gmail.com> <48B2AB50.505@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1219677265 1725 80.91.229.12 (25 Aug 2008 15:14:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Aug 2008 15:14:25 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 25 17:15:18 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KXdmJ-000637-2d for ged-emacs-devel@m.gmane.org; Mon, 25 Aug 2008 17:14:47 +0200 Original-Received: from localhost ([127.0.0.1]:51373 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXdlK-00018v-Fm for ged-emacs-devel@m.gmane.org; Mon, 25 Aug 2008 11:13:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KXdlC-00012A-Iy for emacs-devel@gnu.org; Mon, 25 Aug 2008 11:13:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KXdl8-0000su-J9 for emacs-devel@gnu.org; Mon, 25 Aug 2008 11:13:37 -0400 Original-Received: from [199.232.76.173] (port=37493 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXdl7-0000sR-Dh for emacs-devel@gnu.org; Mon, 25 Aug 2008 11:13:33 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.170]:30837) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KXdl7-0007BN-7l for emacs-devel@gnu.org; Mon, 25 Aug 2008 11:13:33 -0400 Original-Received: by ug-out-1314.google.com with SMTP id m2so729134uge.17 for ; Mon, 25 Aug 2008 08:13:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Nmrz2VaJcYofyPTsWLebqZB7lpQ9M7LvhyIotruk3Cs=; b=efT+p7+RXd3HybWzMvjXP/IiM7ebLdHy4fgTaqbpQF15A5aIkGNscNr26FVYFpHq11 7nMOEZNZykrzOYsx/YawgiTAcWCBO5+8IsvMJqcuHDjCALEJFJ8rVHKnByjVIgu85KIE nWrZkF0wkKtFIQYW6zU0EYkK+3FnHO5Ze6Emg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=awbecXiNeSzvjdKyHT5akvVe7sdARJAjbRh7sx9UrIx/khlsRRj2TJjXVj/MybeQdU WJNBhoQei4j5sOKRweigP+FpddwYuGRzJOjAa+CpOH7CIssCfvcV/fvD0PmukZVT39xl uJAe61/gPUn1+aOOaEycsxpfK5dA8gKE+poWk= Original-Received: by 10.210.59.3 with SMTP id h3mr2446098eba.104.1219677211956; Mon, 25 Aug 2008 08:13:31 -0700 (PDT) Original-Received: by 10.210.23.12 with HTTP; Mon, 25 Aug 2008 08:13:31 -0700 (PDT) In-Reply-To: <48B2AB50.505@gmail.com> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:102940 Archived-At: On Mon, Aug 25, 2008 at 14:53, Lennart Borgman (gmail) wrote: > I just wondered if return values are always checked as the MS docs says. > As I said in a message yesterday I could not find that it was so (it > might be me missing something). I see only two instances of lookup_account_sid's return value not being checked, and both are in w32_system_process_attributes, so I don't think they're related to the current bug. Juanma