seamonkey-2.30 snprintf out of scope error

Cary cary at SDF.org
Wed Oct 22 04:55:51 UTC 2014


www/seamonkey built on my i386, 9.3-R system.  An bug in the source halted the
build once. Please see attached files.



-- 
cary at sdf.org
SDF Public Access UNIX System - http://sdf.org


------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rtc-stop
Type: application/octet-stream
Size: 13270 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-gecko/attachments/20141021/c0569b39/attachment.obj>
-------------- next part --------------
--- comm-release/mozilla/media/webrtc/trunk/webrtc/modules/desktop_capture/x11/desktop_device_info_x11.cc	2014-10-13 23:36:31.000000000 -0700
+++ desktop_device_info_x11.cc	2014-10-21 12:41:38.000000000 -0700
@@ -31,7 +31,6 @@
     pDesktopDeviceInfo->setDeviceName("Primary Monitor");
 
     char idStr[64];
-    snprintf(idStr, sizeof(idStr), "%ld", idStr);
     pDesktopDeviceInfo->setUniqueIdName(idStr);
     desktop_display_list_[pDesktopDeviceInfo->getScreenId()] = pDesktopDeviceInfo;
   }


More information about the freebsd-gecko mailing list