From: SourceForge.net <no...@so...> - 2008-01-04 02:06:32
|
Bugs item #1863718, was opened at 2008-01-04 03:06 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=496052&aid=1863718&group_id=61070 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: SCoderZ (Z) Status: Open Resolution: None Priority: 7 Private: No Submitted By: Cesar (romexzf) Assigned to: Cesar (romexzf) Summary: Integer overflow in limit handling Initial Comment: Several problems spotted: 1/ We can set negative limits with Z (which of course aren't acknowlodged by the ircd [desynch]) < Cesar> !defmodes +l -85 -!- mode/#Aide [-tnC] by Z -Z(CS...@IR...)- Les modes par défaut de #Aide sont maintenant : l -85. 2/ We can set limits in another way the ircd is handling them : it truncates to INT_MAX by preventing negative limits whereas we could hold limit as unsigned int. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=496052&aid=1863718&group_id=61070 |