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: <20080711184149.GB26656@mit.edu> Date: Fri, 11 Jul 2008 14:41:49 -0400 From: Theodore Tso <tytso@....edu> To: Manish Katiyar <mkatiyar@...il.com> Cc: linux-ext4@...r.kernel.org Subject: Re: [PATCH] e2fsprogs : Fix memory leak in ext2fs_initialize. On Fri, Jul 11, 2008 at 04:02:06PM +0530, Manish Katiyar wrote: > + if (buf) { > + ext2fs_free_mem(&buf); > + } I'll fix this up and apply, but in the future, please respect the surrounding whitespace rules of the source code. For e2fsprogs that means (among other things) each level is indented 8 spaces, no curly braces are needed for single statements, and no white space at the end of lines. Thanks, - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists