]> git.mxchange.org Git - flightgear.git/commit
Patch from Frederic Bouvier:
authordavid <david>
Sun, 2 Mar 2003 16:37:48 +0000 (16:37 +0000)
committerdavid <david>
Sun, 2 Mar 2003 16:37:48 +0000 (16:37 +0000)
commit648f1208f83e26ba3ac225a46a61c747e101f29d
tree20d29391cfad378d604115f1a4ab2e5b7b3e6f26
parent45f3eb7f99b4eced8c95887c7a6fe9e3b2737bca
Patch from Frederic Bouvier:

arrays of insufficient size are allocated in prop_picker.cxx ( size()
don't count the null char ) and strcpy is writing outside the allocated
array. A patch follow.
src/GUI/prop_picker.cxx