gst/rtsp/rtspconnection.c: inet_ntoa() uses a static buffer internally, so we need...
authorPeter Kjellerstedt <pkj@axis.com>
Sun, 17 Jun 2007 12:24:58 +0000 (12:24 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 17 Jun 2007 12:24:58 +0000 (12:24 +0000)
commit9d2c01b5518be7e8f4757d1c60c254bceb014336
tree9906f08080a724c3330bd3e1e70352bc1d95e0a8
parent6062b97aed905902a6aa1b6550041c844db38968
gst/rtsp/rtspconnection.c: inet_ntoa() uses a static buffer internally, so we need to copy the returned string if we ...

Original commit message from CVS:
Patch by: Peter Kjellerstedt <pkj at axis com>
* gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
(rtsp_connection_free):
inet_ntoa() uses a static buffer internally, so we need to copy the
returned string if we want to store it for later (#447961).
ChangeLog
gst/rtsp/rtspconnection.c