Thetvdh / CardValidator

A C Card validator
GNU General Public License v3.0
1 stars 1 forks source link

Bug: Card with a name that is 24 chars long #13

Closed OBlount closed 2 years ago

OBlount commented 2 years ago

Creating a card with exactly 24 chars long causes strange behavior when printing it out.

INPUT: 123456789012345678901234 OUTPUT: 123456789012345678901234m32\

OBlount commented 2 years ago

could be something to do with either the buffer size or \0 char at the end not being assigned...