URGENT: Personal MESSAGE OVERFLOW - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10) +----- Thread: URGENT: Personal MESSAGE OVERFLOW (/showthread.php?tid=69530) URGENT: Personal MESSAGE OVERFLOW by SoulReaver on 12-15-2006 at 06:02 PM
Dear msn programmers, RE: URGENT: Personal MESSAGE OVERFLOW by CookieRevised on 12-15-2006 at 08:59 PM
quote:the PSM isn't stored in the registry. It is stored in the cache files (and on the server if you have roaming profiles on). You can try to fix it by removing the directories: %userprofile%\contacts\XXXXX %userprofile%\Local Settings\Application Data\Microsoft\Windows Live Contacts\XXXXX where XXXXX is your MSN User ID. Which can be calculated here quote:Not all buffer overflows can be abused though. Nevertheless, many can indeed... RE: URGENT: Personal MESSAGE OVERFLOW by Menthix on 12-15-2006 at 09:01 PM
quote:There are no official MSN/Live Messenger coders here. Contact Microsoft? RE: URGENT: Personal MESSAGE OVERFLOW by SoulReaver on 12-16-2006 at 08:58 PM
Yes i have found the registy thank you again. When i deleted the registry i can re-open my WLM. RE: RE: URGENT: Personal MESSAGE OVERFLOW by CookieRevised on 12-16-2006 at 11:59 PM
quote:because the text you pasted (it was just text afterall, a bunch of ascii characters, not code!) probably contained invalid characters or was maybe just too big or whatever. But again, not all crashes indicate a buffer overflow, and not all buffer overflow errors automatically mean they can be abused. eg: if I write code for a control and I program it so it reserves some memory to hold the text you pasted (to copy it or whatever) and the text is so long that the memory area I reserve exceeds valid memory bounderies, the code might crash on simply the memory reservation only. This means nothing has even be pasted or whatever to be able to abuse something. Don't worry about it too much, and if you still do, report it to MS instead. |