From be6624821af3e7130200fe3e9d98635174776cfb Mon Sep 17 00:00:00 2001 From: Michel Promonet Date: Sun, 31 Oct 2021 12:17:09 +0100 Subject: [PATCH] v4l2rtspserver: patch live555 fix crash formating time_t as a long Signed-off-by: Michel Promonet --- multimedia/v4l2rtspserver/patches/001_live555_sprintf_format | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/multimedia/v4l2rtspserver/patches/001_live555_sprintf_format b/multimedia/v4l2rtspserver/patches/001_live555_sprintf_format index a272a2c8a0..a76a5d3581 100644 --- a/multimedia/v4l2rtspserver/patches/001_live555_sprintf_format +++ b/multimedia/v4l2rtspserver/patches/001_live555_sprintf_format @@ -1,3 +1,8 @@ +From: Michel Promonet +Subject: [PATCH] Fix crash formating time_t as long (it is a long long) +Signed-off-by: Michel Promonet + +--- --- a/live/liveMedia/ServerMediaSession.cpp +++ b/live/liveMedia/ServerMediaSession.cpp @@ -271,7 +271,7 @@ char* ServerMediaSession::generateSDPDes