Browse Source
* Fix items.cpp:SortVendor() buffer overflow A recent commit seems to have exposed a buffer overflow problem in SortVendor(). This commit aims to fix that by not counting the array members within the function, but passing it as an argument instead. * Rename nmemb to count in SortVendor() * Subtract PinnedItemCount from item countpull/7880/head
1 changed files with 4 additions and 8 deletions
Loading…
Reference in new issue