THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#170 - get_body_part2 (parse_body)
User who did this - Daniel-Constantin Mierla (miconda)
----------
Maybe I miss something it the code, what i see is:
+ char *cpy_c = NULL;
+ char *cpy_d = NULL;
...
+ *cpy_c = buffer;
+ *cpy_d = end_buffer;
The compiler gives warnings, as well.
Unless I missed some logic, it actually results in:
*NULL = buffer;
*NULL = end_buffer;
So it tries to write a pointer at address 0x0.
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=170#comment…
You are receiving this message because you have requested it from the Flyspray bugtracking
system. If you did not expect this message or don't want to receive mails in future,
you can change your notification settings at the URL shown above.