Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
1 Posted Topic
Re: stack corruption
This will screw up if your message length is less than 16, n becomes zero (or 1) in which case you allocate a small square array, but d ALWAYS goes to 16. This will corrupt your stack pretty quickly. Look at your algorithm around 46 & 47. You might try …
The End.
roboknight