lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <87sl401we5.fsf@mid.deneb.enyo.de> Date: Wed, 24 Oct 2007 15:21:06 +0200 From: Florian Weimer <fw@...eb.enyo.de> To: Matthew Wilcox <matthew@....cx> Cc: torvalds@...ux-foundation.org, akpm@...ux-foundation.org, linux-kernel@...r.kernel.org, Matthew Wilcox <willy@...ux.intel.com> Subject: Re: [PATCH 1/4] stringbuf: A string buffer implementation * Matthew Wilcox: > +struct stringbuf { > + char *s; > + int alloc; > + int len; > +}; I think alloc and len should be unsigned (including some return values in the remaining patch). - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists