Menu

#83 Crash may occur on opening/saveing files

Unstable (example)
open
nobody
None
5
2021-08-04
2021-08-04
No

This is caused by passing NULL to strchr() function.
Behavior of strchr(NULL, c) is implementation-dependent.
Indeed, MinGW-w64 gcc crashes if strchr(NULL, c) is executed.

1 Attachments

Discussion


Log in to post a comment.