From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754685AbbETTxH (ORCPT ); Wed, 20 May 2015 15:53:07 -0400 Received: from mail.eperm.de ([89.247.134.16]:58093 "EHLO mail.eperm.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753060AbbETTxC (ORCPT ); Wed, 20 May 2015 15:53:02 -0400 From: Stephan Mueller To: herbert@gondor.apana.org.au Cc: pebolle@tiscali.nl, andreas.steffen@strongswan.org, tytso@mit.edu, sandyinchina@gmail.com, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org Subject: Re: [PATCH v8 1/5] random: Blocking API for accessing nonblocking_pool Date: Wed, 20 May 2015 21:53 +0200 Message-ID: <31135926.Ll2JcYSgh4@tachyon.chronox.de> User-Agent: KMail/4.14.7 (Linux/3.19.7-200.fc21.x86_64; KDE/4.14.7; x86_64; ; ) In-Reply-To: <3495247.rGOUdGlGnQ@tachyon.chronox.de> References: <2051052.uPQa5vlLex@tachyon.chronox.de> <3495247.rGOUdGlGnQ@tachyon.chronox.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Mittwoch, 20. Mai 2015, 21:44:46 schrieb Stephan Mueller: Hi, > +int get_blocking_random_bytes(void *buf, int nbytes) > +{ > + int rc; Sorry, I should be more carefully here: the rc should be initialized to 0 :-( -- Ciao Stephan