Re: [PATCH 2/4] ipcmk: remove unnecessary create_key() function

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Jan 09, 2013 at 07:36:54PM +0000, Sami Kerola wrote:
>  static int create_shm(size_t size, int permission)
>  {
> -	key_t key = create_key();
> +	key_t key = random();

 we already have random_get_bytes() in randutils.c, it seems better
 than introduce seed_random() and use random().

    random_get_bytes(&key, sizeof(key));


    Karel

-- 
 Karel Zak  <kzak@xxxxxxxxxx>
 http://karelzak.blogspot.com
--
To unsubscribe from this list: send the line "unsubscribe util-linux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux