X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.1 From: "Mukund Sivaraman" Received: from mx.pao1.isc.org (mx.pao1.isc.org [IPv6:2001:4f8:0:2::2b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.pao1.isc.org", Issuer "COMODO RSA Organization Validation Secure Server CA" (not verified)) by bugs.isc.org (Postfix) with ESMTPS id AAC4FD78B0B for ; Mon, 23 Oct 2017 22:10:04 +0000 (UTC) Received: from mail.banu.com (mail.banu.com [IPv6:2a01:4f8:140:644b::225]) by mx.pao1.isc.org (Postfix) with ESMTP id 11E733ABE64 for ; Mon, 23 Oct 2017 22:06:41 +0000 (UTC) Received: from jurassic.lan.banu.com (unknown [115.118.30.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.banu.com (Postfix) with ESMTPSA id 97E5D56A07E1; Mon, 23 Oct 2017 22:06:38 +0000 (GMT) Delivered-To: bind9-public@bugs.isc.org X-RT-Original-Encoding: utf-8 MIME-Version: 1.0 Content-Disposition: inline content-type: text/plain; charset="utf-8" To: "Evan Hunt via RT" Subject: Re: [ISC-Bugs #46230] Use isc_rng_random32() instead of combining two 16-bit values in various places References: <20171009115236.GA5154@jurassic> <20171019031340.0512B8C117DA@rock.dv.isc.org> X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mx.pao1.isc.org X-RT-Interface: Email Date: Tue, 24 Oct 2017 03:36:34 +0530 From muks@isc.org Mon Oct 23 22:10:04 2017 Message-ID: <20171023220634.GC29905@jurassic.lan.banu.com> User-Agent: Mutt/1.9.1 (2017-09-22) Return-Path: In-Reply-To: X-RT-Incoming-Encryption: Not encrypted X-Original-To: bind9-public@bugs.isc.org RT-Message-ID: Content-Length: 318 On Mon, Oct 23, 2017 at 09:07:32PM +0000, Evan Hunt via RT wrote: > > We need to rebase off the updated master. > > ... why? This branch forked from master only two weeks ago. I think he means we should get the branch working without including isc/util.h in a public header (random.h) for ISC_DEPRECATED. Mukund