Changeset dd8340b


Ignore:
Timestamp:
Mar 1, 2010, 8:33:49 PM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
release-1.5
Children:
d836977c
Parents:
3d0a253
git-author:
Anders Kaseorg <andersk@mit.edu> (03/01/10 15:17:18)
git-committer:
Nelson Elhage <nelhage@mit.edu> (03/01/10 20:33:49)
Message:
owl_message_get_cc_without_recipient: Don’t overflow the output buffer.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Reviewed-by: Nelson Elhage <nelhage@mit.edu>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • message.c

    r54e1fe4 rdd8340b  
    593593
    594594  recip = short_zuser(owl_message_get_recipient(m));
    595   out = owl_malloc(strlen(cc));
     595  out = owl_malloc(strlen(cc) + 2);
    596596  end = out;
    597597
Note: See TracChangeset for help on using the changeset viewer.