Fixed a buffer overflow when saving a game with too many devices

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3182 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2009-09-30 23:12:49 +00:00
parent 9925a29c89
commit 0a609ba3f1
5 changed files with 14 additions and 5 deletions
+2
View File
@@ -1,4 +1,6 @@
Changes towards version 0.7:
- Fixed crash when saving a game into the last slot while having
too many devices on board - Alex
- Allow any sound data format to be graphed by comm oscilloscope; also
auto-adjust the scope for different gain levels (bug #1064) - Alex
- Game settings Quit menu now delegates to F10 quit (bug #462) - Alex