This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/17960] GNAT.Sockets Stream feature not working properly


------- Additional Comments From kat-zygfryd at o2 dot pl  2004-11-25 18:31 -------
Unlike my first assumption, this will never work with telnet, however it should
not crash. String'Input should first read one or two numbers for the bounds and
then block until it receives the number of bytes specified by those bounds.
Two other Linux users I asked said that it crashed for them too. Is it possible
that it was a memory allocation related problem? "aa\10a" is quite a big number.

String'Read doesn't read any bounds so there's no comparison.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17960


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]