After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 702036 - curlsmtpsink: incorrect assert in gst_curl_smtp_sink_set_payload_headers_unlocked
curlsmtpsink: incorrect assert in gst_curl_smtp_sink_set_payload_headers_unlo...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal normal
: 1.1.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-06-11 18:13 UTC by Patricia Muscalu
Modified: 2013-06-11 19:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
curlsmtpsink: removed an incorrect assert (756 bytes, patch)
2013-06-11 18:13 UTC, Patricia Muscalu
committed Details | Review

Description Patricia Muscalu 2013-06-11 18:13:15 UTC
Created attachment 246557 [details] [review]
curlsmtpsink: removed an incorrect assert

The requirement that the length of data array is zero is not correct. Additional bytes are added in gst_curl_smtp_sink_flush_data_unlocked.
Comment 1 Sebastian Dröge (slomo) 2013-06-11 19:09:04 UTC
commit 0d6fc0215c8ed247f041b8d753421f1213bd1eaf
Author: Patricia Muscalu <patricia@axis.com>
Date:   Tue Jun 11 19:45:31 2013 +0200

    curlsmtpsink: removed an incorrect assert
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702036