[Issue 268] Bug with SocketSet and classes

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jul 19 17:09:55 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=268





------- Comment #17 from vietor at zettabytestorage.com  2007-07-19 19:09 -------
As an additional data point, I would like to confirm that "Proposed patch v2.0"
fixes some memory corruption I was experiencing when using SocketSets with a
small (4) max number of sockets.

The ^M pollution is due to inconsistent line termination standards which should
have been resolved 15 years ago. You can strip them pretty easily with:
tr -d "\015" < infile.d 

Sadly that's not going to get you very far as it'll then be quite inconsistent
with the rest of the source. Not that I would mind seeing them vanish from the
entirety of the source, but that's a different issue ...


-- 



More information about the Digitalmars-d-bugs mailing list