Posts
 
Reputation
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
~212 People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for flaviusilaghi

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 …

Member Avatar for roboknight
0
212

The End.