Menu

#1398 Plugins: missing fclose

Undefined
wont-fix
nobody
None
Bug_Report
2023-06-14
2023-06-09
No

/src/plugins/contrib/SpellChecker/wxspellchecker/MySpell/unmunch.c: line 81
Code:
/ skip over the hash table size /
if (! fgets(ts, MAX_LN_LEN-1,wrdlst)) return 2; // <-- mising fclose(ts);
mychomp(ts);

Discussion

  • Miguel Gimenez

    Miguel Gimenez - 2023-06-14
    • status: open --> wont-fix
     
  • Miguel Gimenez

    Miguel Gimenez - 2023-06-14

    Good catch, but that code does not belong to the plugin and it is not compiled at all.

    Probably the plugin author used it as a guide and forgot removing it.

     

Log in to post a comment.

MongoDB Logo MongoDB