Commit 79475444 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

fix entry

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1698 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 3 additions and 2 deletions
+3 -2
...@@ -36,8 +36,9 @@ CVS code - ...@@ -36,8 +36,9 @@ CVS code -
- Fix memory corruption problem occurring when answer is used as - Fix memory corruption problem occurring when answer is used as
the value of def; if the realloc() of answer leads to its the value of def; if the realloc() of answer leads to its
pointing to a different memory block, there will be a segfault pointing to a different memory block, there will be a segfault
when the value of def is copied into it via strcpy(). (bort, when the value of def is copied into it via strcpy().
Christian Weisgarber, David Benbennick, and DLR) (bort@alltel.net, Christian Weisgarber, David Benbennick, and
DLR)
- Remove the last editbot references, to avoid any potential - Remove the last editbot references, to avoid any potential
segfaults related to them. Also remove fix_editbot(), as it's segfaults related to them. Also remove fix_editbot(), as it's
no longer needed. (David Benbennick) no longer needed. (David Benbennick)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment