diff options
| author | Daniel Colascione | 2014-04-03 02:50:58 -0700 |
|---|---|---|
| committer | Daniel Colascione | 2014-04-03 02:50:58 -0700 |
| commit | e3f04a4a8f439dee381d8e6d0c55c684107c1a55 (patch) | |
| tree | 2b06876269dfbf41ba45efdd2fbcff663b7e5daa /src/ChangeLog | |
| parent | 1b85074c81b11066f60b6f4d8c827788429000a2 (diff) | |
| download | emacs-e3f04a4a8f439dee381d8e6d0c55c684107c1a55.tar.gz emacs-e3f04a4a8f439dee381d8e6d0c55c684107c1a55.zip | |
Assert that function cells contain valid lisp objects
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b2a8f81f3a6..f3cc322636c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2014-04-03 Daniel Colascione <dancol@dancol.org> | 1 | 2014-04-03 Daniel Colascione <dancol@dancol.org> |
| 2 | 2 | ||
| 3 | * alloc.c (sweep_symbols,mark_object): Assert that symbol function | ||
| 4 | cells contain valid lisp objects. (Modified version of patch from | ||
| 5 | Dmitry). | ||
| 6 | |||
| 7 | 2014-04-03 Daniel Colascione <dancol@dancol.org> | ||
| 8 | |||
| 3 | * alloc.c (detect_suspicious_free): Split actual stack capturing | 9 | * alloc.c (detect_suspicious_free): Split actual stack capturing |
| 4 | out into new function for easier breakpoint setting. | 10 | out into new function for easier breakpoint setting. |
| 5 | (note_suspicious_free): New function. | 11 | (note_suspicious_free): New function. |