diff options
| author | Kenichi Handa | 2011-11-07 10:57:07 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2011-11-07 10:57:07 +0900 |
| commit | a0241d014e3d762bc7818d6cd8fd7c90bab3c538 (patch) | |
| tree | a14ae98ada4e3490fecf36539f30ff4afb0ae8f8 /src/process.c | |
| parent | 56c31147dce7a3b3c40792be5b115a2e6dbcfe1d (diff) | |
| download | emacs-a0241d014e3d762bc7818d6cd8fd7c90bab3c538.tar.gz emacs-a0241d014e3d762bc7818d6cd8fd7c90bab3c538.zip | |
Set members of the struct coding_system before accessing them (bug#9910,9911,9912).
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process.c b/src/process.c index c316139a713..301274676d6 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -5387,6 +5387,7 @@ send_process (volatile Lisp_Object proc, const char *volatile buf, | |||
| 5387 | } | 5387 | } |
| 5388 | else | 5388 | else |
| 5389 | { | 5389 | { |
| 5390 | coding->src_multibyte = 0; | ||
| 5390 | /* For sending a unibyte text, character code conversion should | 5391 | /* For sending a unibyte text, character code conversion should |
| 5391 | not take place but EOL conversion should. So, setup raw-text | 5392 | not take place but EOL conversion should. So, setup raw-text |
| 5392 | or one of the subsidiary if we have not yet done it. */ | 5393 | or one of the subsidiary if we have not yet done it. */ |