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 748276 - test: buffer: add buffer overflow test
test: buffer: add buffer overflow test
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-22 04:30 UTC by Prashant Gotarne
Modified: 2015-04-26 19:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test: buffer: Added test to check buffer overflow (2.78 KB, patch)
2015-04-22 04:32 UTC, Prashant Gotarne
none Details | Review

Description Prashant Gotarne 2015-04-22 04:30:33 UTC
Add test to check the buffer overflow handling
Comment 1 Prashant Gotarne 2015-04-22 04:32:29 UTC
Created attachment 302119 [details] [review]
test: buffer: Added test to check buffer overflow

New test added to check buffer overflow
Comment 2 Tim-Philipp Müller 2015-04-23 12:17:01 UTC
I don't know about this. I mean, it's okay of course, but it might give the impression that this is guaranteed behaviour, which it might not be (i.e. how memories will be combined/merged in this case). Also, the 16 should not be hardcoded.
Comment 3 Sebastian Dröge (slomo) 2015-04-26 19:05:43 UTC
I don't think this is something to test either, it's current internal behaviour that might change later. See e.g. bug #747959