Try to get rid of gets_s #2

Closed
opened 2020-11-26 22:22:58 +00:00 by mbirth · 2 comments
mbirth commented 2020-11-26 22:22:58 +00:00 (Migrated from github.com)

gets_s seems to be a bit problematic.

Also, it doesn't compile with GCC unless you add the function manually.

`gets_s` seems to be [a bit problematic](https://stackoverflow.com/a/12897143). Also, it doesn't compile with GCC unless you [add the function manually](https://stackoverflow.com/questions/15149168/undefined-reference-to-gets-s).
KuromeSan commented 2020-11-27 03:19:24 +00:00 (Migrated from github.com)

Didn't know that, just knew never to use gets() normal xD

Also uintptr and intptr don't seem to work on gcc either :(

Didn't know that, just knew never to use gets() normal xD Also uintptr and intptr don't seem to work on gcc either :(
KuromeSan commented 2020-11-27 04:02:48 +00:00 (Migrated from github.com)

fixed - b72083dfe2

fixed - https://github.com/KuromeSan/eCDP-Serial-Code/commit/b72083dfe26a99eab5a390c34b14e5cc718d9866
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Li/eCDP-Serial-Code#2
No description provided.