Re: one idea
Gernot Tenchio <[email protected]>
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Organization | TELCO TECH |
| Message-ID | <[email protected]> |
On Tue, 13 Jan 2009 19:25:20 +0100 Felix von Leitner <[email protected]> wrote: > I don't trust gnutls as far as I can throw it. > I looked at is a few years ago and it was full of basic beginner's > security bugs. Why do you blame every time you can other developers. Your code isn't a tick better. And, in contrast to others, you refuse to fix it. Or you just ignore patches. Gernot PS: actually today I've found a funny memleak in minit. BTW: openreadclose() is the most ugliest function I've ever seen. --- minit-0.10/minit.c.boah 2009-01-13 23:06:20.000000000 +0100 +++ minit-0.10/minit.c 2009-01-13 23:07:26.000000000 +0100 @@ -340,6 +340,8 @@ int startservice(int service,int pause,i if (Service>=0 && root[Service].pid!=1 && !blacklisted) startservice(Service,0,service); } + free(s); + free(deps); fchdir(dir); } pid=startnodep(service,pause); -- Gesegnet seien jene, die nichts zu sagen haben und den Mund halten. -- Oscar Wilde