Daniel Barkalow <barkalow@iabervon.org> writes:Perhaps "static int valid_remote_nick(const char*)" is needed? I'd say we can limit it to something like: static int valid_remote_nick(const char *name) { if (!name[0] || /* not empty */ (name[0] == '.' && /* not "." */ (!name[1] || /* not ".." */ (name[1] == '.' && !name[2])))) return 0; return !!strchr(name, '/'); /* no slash */ } - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Faik Uygur | Re: Linux 2.6.21-rc1 |
| pageexec | Re: [stable] Linux 2.6.25.10 |
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
git: | |
| Mark Lord | Re: 2.6.25-rc8: FTP transfer errors |
| Natalie Protasevich | [BUG] New Kernel Bugs |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
