http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33231
User: guy
Date: 2010/06/15 06:30 PM
Log:
Handle WTAP_ERR_SHORT_WRITE in file_write_error_message().
In eo_save_entry(), don't assume you can write the entire object in a
single write call - if the object is big enough (which would require a
64-bit address space), and you're not lucky enough to be running on
UN*X (which means LP64, so size_t and ssize_t are big enough for the
entire object), you can't.
Directory: /trunk/epan/
Changes Path Action
+4 -0 filesystem.c Modified
Directory: /trunk/gtk/
Changes Path Action
+39 -7 export_object.c Modified