Denys, On Tue, 2008-05-08 at 22:24 +0300, Denys Fedoryshchenko wrote:Are you sure this fixes any segfault? example, the variant you have below just changes a variable name: ----- -static void free_opts(struct option *opts) +static void free_opts(struct option *opts_local) { - if (opts != original_opts) { - free(opts); + if (opts_local != original_opts) { + free(opts_local); opts = original_opts; global_option_offset = 0; } ------- You could respin the patch with comment "change bad smelling name of a variable" - and that would be fine by me. Please CC me on m_ipt or any of the other actions (as i have asked you before). cheers, jamal -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Rafael J. Wysocki | [Bug #10493] mips BCM47XX compile error |
| Ingo Molnar | [patch 02/13] syslets: add syslet.h include file, user API/ABI definitions |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Andrea Arcangeli | [PATCH 00 of 11] mmu notifier #v16 |
git: | |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Linus Torvalds | Re: [GIT]: Networking |
| Mark Lord | Re: [BUG] New Kernel Bugs |
