Skip to main content

All Questions

1 vote
1 answer
297 views

SIGSEGV when dynamically allocating memory to receive FTP server's LIST response

I am building an FTP client in C++ for personal use and for the learning experience, but I have run into a problem when allocating memory for storing LIST responses. The library I am using for FTP ...
retrohacker's user avatar
  • 3,234