Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 08/08/22 in all areas

  1. 1 point
    4144

    Help with map server leak

    after sprintf, add aFree(item_name); and why memcpy? server may crash if name too short. probably better strncpy or safestrncpy
  2. 1 point
    Asheraf

    Help with map server leak

    Either add a aFree(item_name); or better use a stack allocation instead of malloc char item_name[ITEM_NAME_LENGTH];
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.