Issue information

Issue ID
#4920
Status
Unable to Fix
Severity
None
Started
Hercules Elf Bot
May 23, 2011 18:14
Last Post
Hercules Elf Bot
May 23, 2011 18:14
Confirmation
N/A

Hercules Elf Bot - May 23, 2011 18:14

Originally posted by [b]Daegaladh[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=4920

Using gm_all_skill now gives error

CODE
[Error]: WFIFOSET: Dropped too large client packet 0x010f (length=27939, max=20480).


Since this was added to socket.c in r14503

CODE
// Maximum packet size in bytes, which the client is able to handle.
// Larger packets cause a buffer overflow and stack corruption.
static size_t socket_max_client_packet = 20480;


So please, fix gm_all_skill feature or simply remove it if cant be used anymore.


Related topic: http://www.eathena.ws/board/index.php?showtopic=269617

This post has been edited by Daegaladh: May 23 2011, 11:17 AM