New Defects reported by Coverity Scan for LibreOffice

2024-05-01 Thread scan-admin
Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

5 new defect(s) introduced to LibreOffice found with Coverity Scan.
11 defect(s), reported by Coverity Scan earlier, were marked fixed in the 
recent build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 5 of 5 defect(s)


** CID 1596707:  Null pointer dereferences  (FORWARD_NULL)



*** CID 1596707:  Null pointer dereferences  (FORWARD_NULL)
/sd/source/ui/view/frmview.cxx: 286 in sd::FrameView::Update(const SdOptions 
*)()
280 {
281 if (!pOptions)
282 return;
283 
284 SdDrawDocument* pDrawDocument = 
dynamic_cast(());
285 
>>> CID 1596707:  Null pointer dereferences  (FORWARD_NULL)
>>> Passing null pointer "pDrawDocument" to "GetDocumentType", which 
>>> dereferences it.
286 if (pDrawDocument->GetDocumentType() == DocumentType::Impress)
287 {
288 mbRuler = 
officecfg::Office::Impress::Layout::Display::Ruler::get();
289 SetDragStripes( 
officecfg::Office::Impress::Layout::Display::Guide::get() );
290 SetNoDragXorPolys ( 
!officecfg::Office::Impress::Layout::Display::Contour::get() );
291 }

** CID 1596706:  Null pointer dereferences  (FORWARD_NULL)
/tools/source/fsys/urlobj.cxx: 2285 in INetURLObject::getPrefix(const char16_t 
*&, const char16_t *)()



*** CID 1596706:  Null pointer dereferences  (FORWARD_NULL)
/tools/source/fsys/urlobj.cxx: 2285 in INetURLObject::getPrefix(const char16_t 
*&, const char16_t *)()
2279 pMatch = pFirst++;
2280 pMatched = p;
2281 }
2282 if (p >= pEnd)
2283 break;
2284 sal_uInt32 nChar = rtl::toAsciiLowerCase(*p++);
>>> CID 1596706:  Null pointer dereferences  (FORWARD_NULL)
>>> Dereferencing null pointer "pFirst->m_pPrefix".
2285 while (pFirst <= pLast && static_cast(pFirst->m_pPrefix[i]) < nChar)
2286 ++pFirst;
2287 while (pFirst <= pLast && static_cast(pLast->m_pPrefix[i]) > nChar)
2288 --pLast;
2289 }
2290 if (pFirst == pLast)

** CID 1596705:  Code maintainability issues  (UNUSED_VALUE)
/basegfx/source/polygon/b2dpolygontools.cxx: 3371 in 
basegfx::utils::UnoPolygonBezierCoordsToB2DPolygon(const 
com::sun::star::uno::Sequence &, const 
com::sun::star::uno::Sequence &)()



*** CID 1596705:  Code maintainability issues  (UNUSED_VALUE)
/basegfx/source/polygon/b2dpolygontools.cxx: 3371 in 
basegfx::utils::UnoPolygonBezierCoordsToB2DPolygon(const 
com::sun::star::uno::Sequence &, const 
com::sun::star::uno::Sequence &)()
3365 {
3366 aControlB = aNewCoordinatePair;
3367 bControlB = true;
3368 
3369 // get next point and flag
3370 aNewCoordinatePair = 
B2DPoint(rPointSequenceSource[b].X, rPointSequenceSource[b].Y);
>>> CID 1596705:  Code maintainability issues  (UNUSED_VALUE)
>>> Assigning value from "rFlagSequenceSource[b]" to "ePolygonFlag" here, 
>>> but that stored value is overwritten before it can be used.
3371 ePolygonFlag = rFlagSequenceSource[b];
3372 b++;
3373 }
3374 
3375 // two or no control points are consumed, another 
one would be an error.
3376 // It's also an error if only one control point 
was read

** CID 1596704:  Performance inefficiencies  (COPY_INSTEAD_OF_MOVE)
/xmlsecurity/source/gpg/CertificateImpl.cxx: 226 in 
CertificateImpl::setCertificate(std::shared_ptr, const 
GpgME::Key &)()



*** CID 1596704:  Performance inefficiencies  (COPY_INSTEAD_OF_MOVE)
/xmlsecurity/source/gpg/CertificateImpl.cxx: 226 in 
CertificateImpl::setCertificate(std::shared_ptr, const 
GpgME::Key &)()
220 return KeyUsage::DIGITAL_SIGNATURE | KeyUsage::NON_REPUDIATION  | 
KeyUsage::KEY_ENCIPHERMENT | KeyUsage::DATA_ENCIPHERMENT;
221 }
222 
223 void CertificateImpl::setCertificate(std::shared_ptr 
ctx, const GpgME::Key& key)
224 {
225 m_pKey = key;
>>> CID 1596704:  Performance inefficiencies  (COPY_INSTEAD_OF_MOVE)
>>> "ctx" is copied in a call to copy assignment "operator =", when it 
>>> could be moved instead.
226 m_pContext = ctx;
227 }
228 
229 const GpgME::Key* CertificateImpl::getCertificate() const
230 {
231 return 

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-30 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3Dtr8K_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro87Wu9V0uVip-2Fmg14T0qrRcnw2l6eGBz0shfQugPaRZXpfROb41RhYr1lSIG71pgEfEKZf8f34EdlySsWe08PsX1ctWruvThhbM6Xm2Es5AtDlD0tnmQ94A-2FzEWyM-2BF0uDZkDjPQcjknvXZQfKSzgDDPZtQOuDY1ITUnCltOg5qXsguVsI1lwm2NA88CEtDGcxI-3D

Build ID: 609833

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


Coverity Scan: Analysis completed for openssl/openssl

2024-04-30 Thread scan-admin


Your request for analysis of openssl/openssl has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7On3ENqKj59w4rEawU-2BYZgjBJ8Ay1pFYeVslaCebcWhw-3D-3DqPbj_bGLyfjQQhnPAMp6Vz8xksML07NHC5l7WMnVZN7GWb6o5Bfv4JQ8ENNKd7Bh4r9mZfzeZfGx-2B0q7PkvMJdrDk4wDoJtQAiu3BVbAk0GaxBlt3rcGVkQ7dEncjoAyTu4Ftoe9dUaqFp-2FXhTYP8hA066jdQpZPdXLJlX4zX1-2FmyjeDea79KGlYV20UrTT2yaZptHs7TMoLxKK4gxNG9I-2FkjaUa8FCNIfJ5IHkTkzcVqOnQ-3D

Build ID: 609744

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0



[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-29 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DsYWH_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro85lIfEVjEtFSseqw5Ps3yxOvwQ-2FLpHj74vnmsischbknZXgjfogRWdWZLVSNh7u3P8z17woyYitwVJKtRCH-2BLpvTGqTapxjo8y-2BTmC8P6ayZ21BlBdCazxOG1yloWU20JWeOUljM7rRJJHbIAX-2FzqgwZSEz1Aj76aKAU0n-2Blkk-2BFw-3D-3D

Build ID: 609610

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


Coverity Scan: Analysis completed for openssl/openssl

2024-04-29 Thread scan-admin


Your request for analysis of openssl/openssl has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7On3ENqKj59w4rEawU-2BYZgjBJ8Ay1pFYeVslaCebcWhw-3D-3DloXE_bGLyfjQQhnPAMp6Vz8xksML07NHC5l7WMnVZN7GWb6ogw0DJbMvtp5-2Fd-2BxspSO3Z0mSkMveDALUZviu-2F3S6GnP3fH-2BF4W9Oo8xxwx0XGWipj456xOFqJN8byJaXzHddLj6CHGtxmDDMUtZlbwVEpCOkNCXFEiyTPJSJTre3O8-2Fwghc040GndUE4AsR9Lv26uXfDQJIPlK-2Fg5-2F-2FHF94zRH1ONzVn6e1k5zOR7KTf1gAE-3D

Build ID: 609534

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0



New Defects reported by Coverity Scan for LibreOffice

2024-04-29 Thread scan-admin
Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

4 new defect(s) introduced to LibreOffice found with Coverity Scan.


New defect(s) Reported-by: Coverity Scan
Showing 4 of 4 defect(s)


** CID 1596697:(FORWARD_NULL)



*** CID 1596697:(FORWARD_NULL)
/sc/source/ui/miscdlgs/inscldlg.cxx: 99 in 
ScInsertCellDlg::ScInsertCellDlg(weld::Window *, bool)()
93 break;
94 }
95 }
96 
97 // if some cells are selected, then disable the SpinButtons
98 m_xNumberOfCols->set_sensitive(bColCount && 
!pViewData->GetMarkData().IsMarked());
>>> CID 1596697:(FORWARD_NULL)
>>> Passing null pointer "pViewData->GetMarkData()" to "IsMarked", which 
>>> dereferences it.
99 m_xNumberOfRows->set_sensitive(bRowsCount && 
!pViewData->GetMarkData().IsMarked());
100 }
101 
102 ScInsertCellDlg::~ScInsertCellDlg() {}
103 
104 InsCellCmd ScInsertCellDlg::GetInsCellCmd() const
/sc/source/ui/miscdlgs/inscldlg.cxx: 98 in 
ScInsertCellDlg::ScInsertCellDlg(weld::Window *, bool)()
92 bColCount = true;
93 break;
94 }
95 }
96 
97 // if some cells are selected, then disable the SpinButtons
>>> CID 1596697:(FORWARD_NULL)
>>> Passing null pointer "pViewData->GetMarkData()" to "IsMarked", which 
>>> dereferences it.
98 m_xNumberOfCols->set_sensitive(bColCount && 
!pViewData->GetMarkData().IsMarked());
99 m_xNumberOfRows->set_sensitive(bRowsCount && 
!pViewData->GetMarkData().IsMarked());
100 }
101 
102 ScInsertCellDlg::~ScInsertCellDlg() {}
103 

** CID 1596696:  Performance inefficiencies  (COPY_INSTEAD_OF_MOVE)
/slideshow/source/engine/shapes/drawshape.cxx: 1282 in 
slideshow::internal::DelayedGraphicLoader::DelayedGraphicLoader(std::shared_ptr)()



*** CID 1596696:  Performance inefficiencies  (COPY_INSTEAD_OF_MOVE)
/slideshow/source/engine/shapes/drawshape.cxx: 1282 in 
slideshow::internal::DelayedGraphicLoader::DelayedGraphicLoader(std::shared_ptr)()
1276 {
1277 mpGraphicLoader.reset();
1278 }
1279 }
1280 
1281 
DelayedGraphicLoader::DelayedGraphicLoader(std::shared_ptr pGraphic)
>>> CID 1596696:  Performance inefficiencies  (COPY_INSTEAD_OF_MOVE)
>>> "pGraphic" is copied in call to copy constructor 
>>> "std::shared_ptr", when it could be moved instead.
1282 : mpGraphic(pGraphic)
1283 , mpVDevMask(DeviceFormat::WITHOUT_ALPHA)
1284 {
1285 }
1286 }
1287 

** CID 1596695:  Performance inefficiencies  (COPY_INSTEAD_OF_MOVE)
/slideshow/source/engine/shapes/drawshape.cxx: 575 in 
slideshow::internal::DrawShape::create(const 
com::sun::star::uno::Reference &, const 
com::sun::star::uno::Reference &, double, 
std::shared_ptr, const slideshow::internal::SlideShowContext &)()



*** CID 1596695:  Performance inefficiencies  (COPY_INSTEAD_OF_MOVE)
/slideshow/source/engine/shapes/drawshape.cxx: 575 in 
slideshow::internal::DrawShape::create(const 
com::sun::star::uno::Reference &, const 
com::sun::star::uno::Reference &, double, 
std::shared_ptr, const slideshow::internal::SlideShowContext &)()
569 std::shared_ptrpGraphic,
570 const SlideShowContext& rContext )
571 {
572 DrawShapeSharedPtr pShape( new DrawShape(xShape,
573  xContainingPage,
574  nPrio,
>>> CID 1596695:  Performance inefficiencies  (COPY_INSTEAD_OF_MOVE)
>>> "pGraphic" is passed-by-value as parameter to 
>>> "slideshow::internal::DrawShape::DrawShape(com::sun::star::uno::Reference
>>>  const &, 
>>> com::sun::star::uno::Reference, double, 
>>> std::shared_ptr, slideshow::internal::SlideShowContext const &)" 
>>> when it could be moved instead.
575  pGraphic,
576  rContext) );
577 
578 if( pShape->hasIntrinsicAnimation() )
579 {
580 OSL_ASSERT( !pShape->maAnimationFrames.empty() );

** CID 1596694:  Performance inefficiencies  (COPY_INSTEAD_OF_MOVE)
/slideshow/source/engine/shapes/shapeimporter.cxx: 323 in 
slideshow::internal::ShapeImporter::createShape(const 
com::sun::star::uno::Reference &, const 
com::sun::star::uno::Reference &, 
std::basic_string_view>) const()



Coverity Scan: Analysis completed for varnish

2024-04-29 Thread scan-admin


Your request for analysis of varnish has been completed successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu6BUNirv33lqHGQsDVQ-2BP2tg6QNq2-2FpfeAVxnw32Pj2zw-3D-3DUYmx_yQhjbMw4LeDZMA4nqwf-2BPKRH1TcZpi4LlAZWuGRhHR1edtjzM5octmoldL9xY5YKq2BwWI63mbf6crhU1duN5ILcQX9CBUWQzChDdWxqo9MuZmgyCh90HudF5nnXVW6mJU7iR5NkL2dajuWsBOhYI9aXzjDkrSS23lYCk7SpFwcqocZhZb3ZbFmoQGyzNKG632foWdh9p2W9i4exv1gT3hkUfOZi-2BGa4JJb76JgJ128-3D

Build ID: 609387

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
varnish-dev mailing list
varnish-dev@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-28 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DT5jw_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro84dey5jlAJ-2B8qwPSJXplF7D7jNE8rQces2T1JiqNiL5pTKg5D0596CMlqSjjFSCfpaSfVb6McYH6u4ideo0uPZSYAw2qsbuKIfndsBMQis1i0LPgOnnReio5ispvC5tY0w9kfrZPaciHej-2FgoOK3BQenbFZ1wleXYGzs5pYC9xQvw-3D-3D

Build ID: 609358

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


Coverity Scan: Analysis completed for openssl/openssl

2024-04-28 Thread scan-admin


Your request for analysis of openssl/openssl has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7On3ENqKj59w4rEawU-2BYZgjBJ8Ay1pFYeVslaCebcWhw-3D-3DKc-w_bGLyfjQQhnPAMp6Vz8xksML07NHC5l7WMnVZN7GWb6qIj0utkEe1l0KCQ-2Fd8KxHcOTg-2Bs-2F1hNjYa-2BxWNc980CB6wkW1UG6rl032OdVItZOJacM7UfcqatEk34A2f1WSiho0lFQyEaUwktQ-2FGqFbQW9ZpCLt3cYQjmzooQnRSA-2B8eXkuYR15bZzoetDufLoyEDiBT40PNioCk3qdHcNGZwQ-3D-3D

Build ID: 609271

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0



[coreboot] New Defects reported by Coverity Scan for coreboot

2024-04-28 Thread scan-admin--- via coreboot
Hi,

Please find the latest report on new defect(s) introduced to coreboot found 
with Coverity Scan.

2 new defect(s) introduced to coreboot found with Coverity Scan.


New defect(s) Reported-by: Coverity Scan
Showing 2 of 2 defect(s)


** CID 1544382:  Null pointer dereferences  (REVERSE_INULL)
/src/drivers/i2c/rt5645/rt5645.c: 30 in rt5645_fill_ssdt()



*** CID 1544382:  Null pointer dereferences  (REVERSE_INULL)
/src/drivers/i2c/rt5645/rt5645.c: 30 in rt5645_fill_ssdt()
24  .speed = config->bus_speed ? : I2C_SPEED_FAST,
25  .resource = scope,
26  };
27  struct acpi_dp *dp;
28  int curr_index = 0;
29 
>>> CID 1544382:  Null pointer dereferences  (REVERSE_INULL)
>>> Null-checking "config" suggests that it may be null, but it has already 
>>> been dereferenced on all paths leading to the check.
30  if (!config)
31  return;
32 
33  const char *name = acpi_device_name(dev);
34  if (!scope || !name)
35  return;

** CID 1544381:  Integer handling issues  (DIVIDE_BY_ZERO)
/src/mainboard/dell/optiplex_9020/mainboard.c: 310 in get_pkg_power()



*** CID 1544381:  Integer handling issues  (DIVIDE_BY_ZERO)
/src/mainboard/dell/optiplex_9020/mainboard.c: 310 in get_pkg_power()
304 static uint16_t get_pkg_power(void)
305 {
306 uint8_t rapl_power_unit = rdmsr(0x606).lo & 0xf;
307 if (rapl_power_unit)
308 rapl_power_unit = 2 << (rapl_power_unit - 1);
309 uint16_t pkg_power_info = rdmsr(0x614).lo & 0x7fff;
>>> CID 1544381:  Integer handling issues  (DIVIDE_BY_ZERO)
>>> In expression "pkg_power_info / rapl_power_unit", division by 
>>> expression "rapl_power_unit" which may be zero has undefined behavior.
310 if (pkg_power_info / rapl_power_unit > 0x41)
311 return 32;
312 else
313 return 16;
314 }
315 



To view the defects in Coverity Scan visit, 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu5RTlgzSxHNU8YEiZyg63VT4oV0wHomK1tUxgwyYstzK0M2Ed2Cv7gFreqR3FCBLpU-3DVg8s_3AAg4m2Qo6X8uGGmBm-2BJP2cELf0dkUfIv8-2BPwY7td4r9Jgz-2FXYe-2B7X4gdTCESXd679KQWQnL7MTJlQCe04ibt-2F-2BAqkhnBFuL9fipLXW-2FcOzqJ0RI1vYe-2FABWtFAaVM0fcpt3lpPYoKw1lwtgMe2rxbMPdHKm011M9JxGaF8nhGvZJMbf9Cz4ZoJp4dV0iVCGf9pIP7qsgmmtl4dlHgE4IQ-3D-3D

___
coreboot mailing list -- coreboot@coreboot.org
To unsubscribe send an email to coreboot-le...@coreboot.org


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-27 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3D5nW0_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro85-2FctKZgN2FGDiR9UYLyIuKpMf3jAo0xn-2Fi90YTLh3-2B7Q-2BlR2EMP9UzcPaZ9QOHNxLnYP7woT082T-2Buqs9yLNp-2FbktNuVjx6HeIXCcy4KOxgsXVj-2FhCac8pHvglcdMU0V1oSjn20oIh2WkRzW7sBSoQwxMHi7-2Be8xwiRhVgwzMaWA-3D-3D

Build ID: 609136

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


Coverity Scan: Analysis completed for openssl/openssl

2024-04-27 Thread scan-admin


Your request for analysis of openssl/openssl has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7On3ENqKj59w4rEawU-2BYZgjBJ8Ay1pFYeVslaCebcWhw-3D-3D73Gu_bGLyfjQQhnPAMp6Vz8xksML07NHC5l7WMnVZN7GWb6pyRy6B9uOm4d21-2FyP-2Fx3ZLuuexKJtB1xpIY4lMKtXziEsVShCnLV-2FD6Oo-2BdRkWjcT0g-2BdwzVq7W8ORyR1bdLWCkEoRMVH6hqZBaoHCfPd1awPQl87CCsBKAn9IlLL1NZRUflukwRz5GzHs-2BEj2vac8NicZe2GSuww1Y-2FwM217LLg-3D-3D

Build ID: 609067

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0



[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-26 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3D6yg0_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro84xJF2Tt7RC6yn3omXAuXZJreGCNDnI5Ye7qTJc0v4-2BxGOKZtkuFztQXSfzmo7VVMycmvxff6kPMZcIkBrnqf5runEhTUkz3EGevkzodgoaNeVCXNwGwuGh0-2FlFDr8b9zDQ82DGBv-2B95PfjLNT3PHBQwliYanudPii-2Fxp8eLjRLpw-3D-3D

Build ID: 608949

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


Coverity Scan: Analysis completed for openssl/openssl

2024-04-26 Thread scan-admin


Your request for analysis of openssl/openssl has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7On3ENqKj59w4rEawU-2BYZgjBJ8Ay1pFYeVslaCebcWhw-3D-3DMij__bGLyfjQQhnPAMp6Vz8xksML07NHC5l7WMnVZN7GWb6qWyS-2BEEEzkoS9wsJtMTNVM-2BOMy9CuaHuYzyNNR5BYFNWsvW5SkPPIq14bSdQO-2FgwPaQ0yuVIhKhov6r3I7ItFskPlt1Jfcl1ZCPjg6v9-2FLlldTs3CBiaLChXNK5gr6qjoHjZ-2BsZysGGbyHwVC1bh8LhB62tB8zeUmyegQ0M6Bbvg-3D-3D

Build ID: 608864

Analysis Summary:
   New defects found: 0
   Defects eliminated: 2



[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-25 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DK5gi_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro85zG3xbK8cSBy1a-2FxZV1ZzcA5wRBOUzZEY9tV1NkVPfzdAOaK2Dl4aKoc7tOJdySzYkmPrnFXz8-2BPhNiIc-2FayM9ADcRsEZdZbzdgbtNCudXMm8aPmIs6xI-2FGOcIEWNRzKkOxonSARyLfl-2Fymzl6p1TpwJ2TiP0lEuLE-2Fhv9aKNCfg-3D-3D

Build ID: 608725

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


Coverity Scan: Analysis completed for openssl/openssl

2024-04-25 Thread scan-admin


Your request for analysis of openssl/openssl has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7On3ENqKj59w4rEawU-2BYZgjBJ8Ay1pFYeVslaCebcWhw-3D-3DaSmU_bGLyfjQQhnPAMp6Vz8xksML07NHC5l7WMnVZN7GWb6o0iAiAicjR-2BRrewEkmu-2F-2BnHp7duBSVXo3d-2FXRMF8-2B76qHrCwGWQ-2FLytVFID-2BX4lyOtFpQoCGs7j6XmFJJT-2FQqTGFp7L5sCbk5vXHTExwiZLXum-2FpTRPDJ2jbIVRsLPuYX0BGWyjafQU66Z2hrCAPPQKSewwpF8hWlOIthHETeICw-3D-3D

Build ID: 608625

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0



[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-24 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3Dlt2r_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro85Z87iA6NGOacwhLUvMw5-2BNFcL-2BXZzBiGYS7jv9FiKyKtSbj78-2FYq0-2Ffgzx8Pdi76gDLcVWkjFRhSB-2F6HhdH0lU6StsEK0NGZ-2ByzdjlmpYjQGgmsXiJl5cqpS5O2cRAOIJH-2FVY2dGuR5zo-2FrbQCFa5sZrgK21b0YcjOSuCqCwdScLC4peSdV8Ci8daiBfDd4Mc-3D

Build ID: 608442

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-23 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DZj8s_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro85PJswOwYypuEc3JrnfeL3DILbVHUHtRWtMTKhaVqRw4lneh-2B0FG-2Fa-2BT3uDdFb5Tj-2BcVoNqxI5mFFUr4M-2BW9NvYpJTeZlG6XUYi3K6uCObCGfg-2BfGY1WYRdqrWAc-2FojnsMWeq7KNpUhe6qNl52wrAbRid73Rd4-2Bg9ARgQLpp7OtHg-3D-3D

Build ID: 608180

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-22 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DeabP_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro87DW-2Byc2CxEdMMuWS3e-2Bq65OERLfZCLR65aSypRbgXl6twhF6CKvRBGLSHfmZb9JU6fVQsN9AQNQjqrQxx1bW8Z8p5EQZgALbAn9Q8HaV3A-2BHxqCcjM4J9DCwkGaiWx4wjCYjemn3xbWJwW72P2xa1WuZ3jQVco35hBeyOfnYvlOg-3D-3D

Build ID: 607931

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


Coverity Scan: Analysis completed for varnish

2024-04-22 Thread scan-admin


Your request for analysis of varnish has been completed successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu6BUNirv33lqHGQsDVQ-2BP2tg6QNq2-2FpfeAVxnw32Pj2zw-3D-3DKCIu_yQhjbMw4LeDZMA4nqwf-2BPKRH1TcZpi4LlAZWuGRhHR1zDnWd5AfoHnNVAhdxF9p9TMAdZoJlu4Hb77hrU9h3l0YPcV-2BptSkbE7Wq0-2B1rfZh0Ew5A9WJ2c9fA1UWBvX8-2Fn37wDJZ8JYdWc-2BSnqZUOpBTBd5bwklyhm-2FOqQBPmqxdwYhLFfsilzfazvHS9BeZ-2FT6WyTA4vlMTKtLSJ6t0i9A-3D-3D

Build ID: 607676

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
varnish-dev mailing list
varnish-dev@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-22 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DAJSa_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro85oDcwBFjp7q0FWZVWO05zotls3jECiuoGZ8RlgeBWJUGFYYkSVEAFtlavpWne0u11LatRuDvKftTzYzmeBn7MVFxg-2BByMzsfLHm8fWMGnvPnWCctgKWqRLI5UzS8KBNmVNRMxCm6uXjxNRDFMnR8qAk0DhP-2FkUxIiawscTb9Hv6iIlwMuwXw-2FS77CwnUfdR-2F0-3D

Build ID: 607650

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-20 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DQUy-_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro87g6kg29iOpnbKSLCG6nmWmQXFYlSbuzyTcK3c6j4cRPJhpqmckpGQBN0h6RF-2FQ4R-2FElNJRThP-2BAIp0KOwA95jBBXO4-2BvKXEqRtyVPPuDwguFfNgd3PtJEUjt2AfCv6WV9dunCLUoQYIIwdJE-2BdoRL89Ssl2RhALZpOGTueoBmyDyYGJTo4jQMb5V2S7XLmuRo-3D

Build ID: 607376

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


New Defects reported by Coverity Scan for LibreOffice

2024-04-20 Thread scan-admin
Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

1 new defect(s) introduced to LibreOffice found with Coverity Scan.
2 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent 
build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 1 of 1 defect(s)


** CID 1596522:  Incorrect expression  (BAD_COMPARE)
/sc/source/core/data/patattr.cxx: 277 in 
CellAttributeHelper::RegisteredAttrSetLess::operator ()(const ScPatternAttr *, 
const rtl::OUString *) const()



*** CID 1596522:  Incorrect expression  (BAD_COMPARE)
/sc/source/core/data/patattr.cxx: 277 in 
CellAttributeHelper::RegisteredAttrSetLess::operator ()(const ScPatternAttr *, 
const rtl::OUString *) const()
271 {
272 int cmp = CompareStringPtr(lhs->GetStyleName(), rhs);
273 if (cmp < 0)
274 return true;
275 if (cmp > 0)
276 return false;
>>> CID 1596522:  Incorrect expression  (BAD_COMPARE)
>>> Comparing pointer "lhs" against "nullptr" using anything besides "==" 
>>> or "!=" is likely to be incorrect.
277 return lhs < static_cast(nullptr);
278 }
279 bool CellAttributeHelper::RegisteredAttrSetLess::operator()(const 
OUString* lhs, const ScPatternAttr* rhs) const
280 {
281 int cmp = CompareStringPtr(lhs, rhs->GetStyleName());
282 if (cmp < 0)



To view the defects in Coverity Scan visit, 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu6VvXBlQRUbS683tC8265rGNPXqJ1ffcoLZCnTuJFQbNcTEkb4XaEQkzovKhJ5DB3c-3DeGZ__A9M4dSy7guk8NP6DcfgslOyvJRzavztVIKj6nRqYjYpWom7SJFyX0y710bz0kUGttWS9tzE37PgPm14eQfk0pIjwfvRDg36IZCRx64cuEDsMuGufFgqOb51JTYSfID2AwF4afWdfOnsTqD1Cn9HVR-2F5wuroye1vsAXxP3gUJncwnI2UR3msknLR-2B3-2FXAamwpcDulJwbR-2BRFuFc8gwzpNH1C3fVJFU9J9XjTpIQE9YYo-3D



[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-19 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DLs80_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro85F5HlPOWS-2BrJGUykr2qZQsaC7ywUYAxvMdbrgOS2Hff8G-2FFYfZ9P6Wx83aXfh-2B0cD8kL-2BTj57u8D-2BevMMp-2BpvhbiYyRouMwViVab4-2FbJIcI0BsjWuhPgZT8jxrW49G8WUgZYXRbomja6xkzoY-2FdqakoTIP-2FQPgFoezl832Q89X4Q-3D-3D

Build ID: 607120

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


New Defects reported by Coverity Scan for LibreOffice

2024-04-19 Thread scan-admin
Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

1 new defect(s) introduced to LibreOffice found with Coverity Scan.


New defect(s) Reported-by: Coverity Scan
Showing 1 of 1 defect(s)


** CID 1596521:  Resource leaks  (RESOURCE_LEAK)
/svgio/source/svgreader/svgfecompositenode.cxx: 248 in 
svgio::svgreader::SvgFeCompositeNode::apply(drawinglayer::primitive2d::Primitive2DContainer
 &, const svgio::svgreader::SvgFilterNode *) const()



*** CID 1596521:  Resource leaks  (RESOURCE_LEAK)
/svgio/source/svgreader/svgfecompositenode.cxx: 248 in 
svgio::svgreader::SvgFeCompositeNode::apply(drawinglayer::primitive2d::Primitive2DContainer
 &, const svgio::svgreader::SvgFilterNode *) const()
242 
243 const drawinglayer::primitive2d::Primitive2DReference xRef(
244 new drawinglayer::primitive2d::BitmapPrimitive2D(
245 aResBmpEx, 
basegfx::utils::createScaleTranslateB2DHomMatrix(
246aBaseRect.getRange(), 
aBaseRect.getMinimum(;
247 rTarget = drawinglayer::primitive2d::Primitive2DContainer{ xRef 
};
>>> CID 1596521:  Resource leaks  (RESOURCE_LEAK)
>>> Variable "pArithmeticFilter" going out of scope leaks the storage it 
>>> points to.
248 }
249 }
250 
251 } // end of namespace svgio::svgreader
252 



To view the defects in Coverity Scan visit, 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu6VvXBlQRUbS683tC8265rGNPXqJ1ffcoLZCnTuJFQbNcTEkb4XaEQkzovKhJ5DB3c-3Db3rj_A9M4dSy7guk8NP6DcfgslOyvJRzavztVIKj6nRqYjYpWom7SJFyX0y710bz0kUGtnt62i6mFx1se7aN-2BqGSee1UnrR0hvz9xPkxZd86Rb5n1nZARgWme1ZB-2FD-2BLkK20PAHKxImk0ePnFitb15CErVfr-2Fp3c-2Bg1woU-2BQYdfp7xEixyBO-2Bw2mpV00XxohO0C8wyezsEYztlOFGNhW8uqzpHspCMYmltb87zXj26IQI81Y-3D



[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-19 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DO5kB_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro87XvFUBiMmZZk1v1FvZvTAmQQ-2BgegSJQWMUKrfsDZchYdf2t2WKdUwE9jkKoNAY-2FhVRwZo-2FftjhiyZfNofd02adY1L9w1dRjIFzidVClWl-2BAVuBjgnTyx1JocvgsJKns9lr-2BAiQjdmj7h7CZ6uOM7hp0HFfYGrzizz7bxm6zuUmzQ-3D-3D

Build ID: 606899

Analysis Summary:
   New defects found: 0
   Defects eliminated: 4

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-17 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DaFWT_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro86I7GTF2BqcRuYyN37K1MbEhd7lnsSEK2XMLjCUSsQbdJMhke-2BX7JCHSjwuchCL-2BZpvXBIZOIvJ76Ge1BjbZSEwIULNWH2HI7KF7UmVd8qbH7EywnJ73sT9FPqtZ4X5SFCKFJDjWI6DB1c8YcRyZRO3rS1Fv8qGtEC8znIrP551c5GwIXN26xE0ON6o2Z8Dus8-3D

Build ID: 606663

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-16 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DiwHz_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro85IdRjmf2Y4OHn3-2BHzg9N0QvZ-2FGQ4HnS-2Bg41-2FvxITLltQDqKcvVSj9ksYveRSICHLY2TAzEkqaB6EFSZ0flXgZs8WqlW9EVObptsbchd5ixvWCqR203GCDhqeN5iZQzR13qViMJ7oo9AovYF8cf1yCt09FYke8C1ctLfSApsGmo78SPtmuLIMOBOZSRRnjzv3I-3D

Build ID: 606402

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-15 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3D17QE_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro84h3TKXxrSd-2F6hSRMSTOAfBoir68qo-2F-2BAwp-2FuWm3fZpNChtz3Cyml-2BhxRP17YBr2eccjkJq6HdWArLsfsz-2BlvHRIwDS8FRfsXa-2FMyLsaSVDguJxrwoRHkJQSz3HEJcdZdZ9Gto4H8cvNRXbsuX0J-2BXmGmy-2B6vHoElXUT4UDSA4VGg-3D-3D

Build ID: 606147

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


Coverity Scan: Analysis completed for varnish

2024-04-15 Thread scan-admin


Your request for analysis of varnish has been completed successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu6BUNirv33lqHGQsDVQ-2BP2tg6QNq2-2FpfeAVxnw32Pj2zw-3D-3DyVeW_yQhjbMw4LeDZMA4nqwf-2BPKRH1TcZpi4LlAZWuGRhHR1aYUxEipaKZhFep5mKCXFd30HKolizovyDR5HuvwADEVJsxBCPFCGyRvTod9CQ5ggibaROi32TpN9r2DRg1CAmO1rym5usO8AcvSx28x-2FAOuMSAv7pA3AyESCdLoCEGO5ZZCV8WjBQJzko0wqd9F7LRvA0gcwtQrAzsKdN5qHjIg-3D-3D

Build ID: 605935

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
varnish-dev mailing list
varnish-dev@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-15 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DLJ5h_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro86HTEQ9mbEy9wzLwoK39VM3RnFL72v17L1Da40gkIO4bbHudH-2BphxiQXG7cAqaA-2F5-2FGe-2BNQ8O7Y4NHWRPOtLS26iGFXXDAuKopeZsKfAhOImo0bSOxaGXs7l6K00AGOl-2F4s5RYYTj1I-2FC5x8lrU81f5GezJG0lnCgbzQUOGAp8HOQ-3D-3D

Build ID: 605907

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-14 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DIdqr_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro87gxqoitAejP2I-2Bc1-2B5He1WQF7m99Fw9JfmqTfjg8QiCf8vrcTNdgWQM-2BZnewxeBLMoIOOIqXrcD2512ooBO0ZBFWI8TlVaMTzyWdSVin1WeoHNgmSvJAvxgtQH5cCiykAzfvUCtU4R-2Bu-2B5MPA150h-2BHunTN-2FEkIui6Rs2xeMVhZA-3D-3D

Build ID: 605669

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


New Defects reported by Coverity Scan for LibreOffice

2024-04-13 Thread scan-admin
Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

2 new defect(s) introduced to LibreOffice found with Coverity Scan.
2 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent 
build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 2 of 2 defect(s)


** CID 1596323:  Null pointer dereferences  (NULL_RETURNS)



*** CID 1596323:  Null pointer dereferences  (NULL_RETURNS)
/sw/source/core/text/widorp.cxx: 482 in 
WidowsAndOrphans::FindWidows(SwTextFrame *, SwTextMargin &)()
476 if( bKeep && pFrame->IsInSct() && (
477 rAttr.GetKeepType() == 
css::text::ParagraphHyphenationKeepType::SPREAD ||
478 rAttr.GetKeepType() == 
css::text::ParagraphHyphenationKeepType::PAGE ) )
479 {
480 const SwSectionFrame* const pSct = pFrame->FindSctFrame();
481 // multi-column section
>>> CID 1596323:  Null pointer dereferences  (NULL_RETURNS)
>>> Dereferencing a pointer that might be "nullptr" 
>>> "pFrame->FindColFrame()" when calling "GetNext".
482 if ( pSct->Lower()->IsColumnFrame() && 
pSct->Lower()->GetNext()
483  // and not in the last column
484  && !pFrame->FindColFrame()->GetNext() )
485 {
486 bKeep = false;
487 }

** CID 1596322:  Resource leaks  (RESOURCE_LEAK)
/svgio/source/svgreader/svgfeblendnode.cxx: 158 in 
svgio::svgreader::SvgFeBlendNode::apply(drawinglayer::primitive2d::Primitive2DContainer
 &, const svgio::svgreader::SvgFilterNode *) const()



*** CID 1596322:  Resource leaks  (RESOURCE_LEAK)
/svgio/source/svgreader/svgfeblendnode.cxx: 158 in 
svgio::svgreader::SvgFeBlendNode::apply(drawinglayer::primitive2d::Primitive2DContainer
 &, const svgio::svgreader::SvgFilterNode *) const()
152 
153 const drawinglayer::primitive2d::Primitive2DReference xRef(
154 new drawinglayer::primitive2d::BitmapPrimitive2D(
155 aResBmpEx, 
basegfx::utils::createScaleTranslateB2DHomMatrix(
156aBaseRect.getRange(), 
aBaseRect.getMinimum(;
157 rTarget = drawinglayer::primitive2d::Primitive2DContainer{ xRef 
};
>>> CID 1596322:  Resource leaks  (RESOURCE_LEAK)
>>> Variable "pScreenBlendFilter" going out of scope leaks the storage it 
>>> points to.
158 }
159 
160 pParent->addGraphicSourceToMapper(maResult, rTarget);
161 }
162 
163 } // end of namespace svgio::svgreader
164 



To view the defects in Coverity Scan visit, 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu6VvXBlQRUbS683tC8265rGNPXqJ1ffcoLZCnTuJFQbNcTEkb4XaEQkzovKhJ5DB3c-3Dsnv6_A9M4dSy7guk8NP6DcfgslOyvJRzavztVIKj6nRqYjYpWom7SJFyX0y710bz0kUGtuw314jrPBVWaQyrmAPGzU9vOtqtRrAdjw-2B4Z3l-2FSG3YnSY-2FhLDqo1J6WFHB9nVcdNzKwHNFSf-2BmzFHCVwLOh9kkBXRnPUFoHB7odZCx4jG9nXO-2B1xDw5jLnfdhNJ-2BKC8ZYR1i8jWUXdSOWyfzNnvptzS5PX-2BItrQHYQ1TtuSOAk-3D



[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-12 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DWvKp_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro84RV1dEKzyC-2FdI6IXLr5SdmcxI-2BLTM0Bpw-2FE0sDUAHipHJQR2NXUMEtm4w119jPtCb3rVhjtQHxBwSiDVrkD4GKc5Qh-2F6WEHjWrjX-2FGa-2B7AZw08C7uiZStebAmcRsmrlk9G5rltXdZDy9uOAA1ybzz-2FQlclxeoehvMGK1mwFbDvonen7riixs9CjtSwjjwmplo-3D

Build ID: 605441

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-11 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3D9wJ1_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro85KxUAlmbtHP3Qi3UDeje6rwON1Fm-2BtyssR6hPC2Q7-2FkKEAVfEEsCxLYBhq3S7OShw0-2BpiTU1UWfvRmp4iDZYnGfWy7ET-2FAf7aSQ0E4uuIPGBlN9g-2Boc5pfMq85NApFquPCJDHTX6onR1tNw5wb3FsXnkxKc0U0ZkjIJeQDNyq-2Fkw-3D-3D

Build ID: 605181

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-10 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DFh7L_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro85DOAwxFgHRomTmBpJkokm8RBq39cp5jTPFPgVArbZ7z-2F-2FABCTUgUj-2B3NM8sc9wG-2BaXCT-2FtYSrmFfIRBtND3vXtfNBS50eXbA7bKqmxKd01TyowvC9hFeCLDofIxTG2vH0ID-2Fy-2BzKxI7X2YT8NBQsVDsUERXnUpfgCznpzoxnJ4vaTCkZbDJARrinfgDyLh-2FvQ-3D

Build ID: 604945

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-09 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DGgb3_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro84PJ1dwtGhs-2FY-2FX4tIeU-2BxUOnlwAOpgLJCAWhURMdj-2Bh-2FkF1sR3qOAoCWCSMU2f117FQUW7HWW7goRF-2F-2BHUw-2BQiWkq7G-2Bmgfp-2Fjl6LakjqoSPRczbCOvlHVsPzEDBxQEfuEZoK7dfPKirAap4MCx3hifFBHjCkwap8lMPrB91Ya0oeTV7ht9J-2BYfcghjN3wPcI-3D

Build ID: 604730

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-08 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3D4Xim_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro87ND2qSC7-2BMT-2Fo-2FauQAiVyA-2BaJtv4hJIsgUav-2Fpl0ka-2BsCNhsqlH96jTZkakqyaGUM1H8cwA-2FJ5ZChoBl-2BCyDWqG-2BvEtCBgpmJuNTnBUZ-2B3z3QukbzcH7mKEiehUyn-2BFrm4AO1628bOGd3lLT0nybgkECS5xaWuLv-2FMAwSytyb6HA-3D-3D

Build ID: 604459

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


New Defects reported by Coverity Scan for LibreOffice

2024-04-08 Thread scan-admin
Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

1 new defect(s) introduced to LibreOffice found with Coverity Scan.
15 defect(s), reported by Coverity Scan earlier, were marked fixed in the 
recent build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 1 of 1 defect(s)


** CID 1596278:  Null pointer dereferences  (FORWARD_NULL)



*** CID 1596278:  Null pointer dereferences  (FORWARD_NULL)
/sw/source/core/text/frmform.cxx: 1205 in 
SwTextFrame::FormatAdjust(SwTextFormatter &, WidowsAndOrphans &, 
o3tl::strong_int, bool)()
1199 nNew = 0;
1200 }
1201 else if (!bEmptyWithSplitFly)
1202 {
1203 // Do not split immediately in the beginning of page 
(unless there is an at-para or
1204 // at-char or at-page fly, which pushes the rest down)
>>> CID 1596278:  Null pointer dereferences  (FORWARD_NULL)
>>> Passing null pointer "pBodyFrame" to "hasAtPageFly", which dereferences 
>>> it.
1205 if (isFirstVisibleFrameInBody(this) && !hasFly(this) && 
!hasAtPageFly(pBodyFrame))
1206 nNew = 0;
1207 }
1208 }
1209 
1210 if ( nNew )



To view the defects in Coverity Scan visit, 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu6VvXBlQRUbS683tC8265rGNPXqJ1ffcoLZCnTuJFQbNcTEkb4XaEQkzovKhJ5DB3c-3DOVq3_A9M4dSy7guk8NP6DcfgslOyvJRzavztVIKj6nRqYjYpWom7SJFyX0y710bz0kUGtlPTtwlLm0LVNz3b0CKB7cFDFIk0k2thRDBo3nZcFupaXqV493hgw-2Fl3onk-2FssT3N05Vk0hTGK1WN0aWq7a0zbfChKTMPg-2F20R8sbH8UhQ2yNsd-2BisYfJG4M66fXujPTZET58sbQSW5rWAtEOA-2FghnAs5P-2FQWwJSwNw9iubDqwmk-3D



Coverity Scan: Analysis completed for varnish

2024-04-08 Thread scan-admin


Your request for analysis of varnish has been completed successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu6BUNirv33lqHGQsDVQ-2BP2tg6QNq2-2FpfeAVxnw32Pj2zw-3D-3DL2Ha_yQhjbMw4LeDZMA4nqwf-2BPKRH1TcZpi4LlAZWuGRhHR3FaBbFPyzr5EcWARFNLVQAhnet-2BnAwb5LcflqHUYHQ7exyAVU8S9DSWBLl1MGnhxzMQoXmWXWFkJU2DBINODKCL5VZcUAXaBl9vIgOtZikRgjHyqgEtbsafBF-2Bvy-2B32tXZg-2ByipRmMqFm-2FvA9YMkWK7kPLw3vPIkdNfG7p-2B7SwWg-3D-3D

Build ID: 604218

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
varnish-dev mailing list
varnish-dev@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-08 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DddJl_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro86rARP-2FigvxEdJxp3a6pitHfhIB8x1rcsClGjsFiV8ecImP4bOgZRWTYGgje0f5-2FL3paPacBVYuaqRYrPZJlyRpQfXfsyWwlopQD8tE4vu-2BrHW2BcneSEZLmXmghhl8WNV66boroBxEycEWHbrj6WfiB2g2BKm3acjx3MV6412IPfxce6yYvWlXW9ZI593OhH4-3D

Build ID: 604192

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


New Defects reported by Coverity Scan for LibreOffice

2024-04-07 Thread scan-admin
Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

17 new defect(s) introduced to LibreOffice found with Coverity Scan.
5 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent 
build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 17 of 17 defect(s)


** CID 1596254:  Null pointer dereferences  (FORWARD_NULL)
/sw/source/uibase/dochdl/swdtflvr.cxx: 2815 in SwTransferable::PasteGrf(const 
TransferableDataHelper &, SwWrtShell &, SotClipboardFormatId, SwPasteSdr, const 
Point *, SotExchangeActionFlags, signed char, bool, RndStdIds)()



*** CID 1596254:  Null pointer dereferences  (FORWARD_NULL)
/sw/source/uibase/dochdl/swdtflvr.cxx: 2815 in SwTransferable::PasteGrf(const 
TransferableDataHelper &, SwWrtShell &, SotClipboardFormatId, SwPasteSdr, const 
Point *, SotExchangeActionFlags, signed char, bool, RndStdIds)()
2809 case SotClipboardFormatId::SVXB:
2810 {
2811 std::unique_ptr xStm;
2812 
2813 if(rData.GetSotStorageStream(SotClipboardFormatId::SVXB, xStm))
2814 {
>>> CID 1596254:  Null pointer dereferences  (FORWARD_NULL)
>>> Attempting to access the managed object of an empty smart pointer 
>>> "xStm".
2815 TypeSerializer aSerializer(*xStm);
2816 aSerializer.readGraphic(aGraphic);
2817 bRet = (GraphicType::NONE != aGraphic.GetType() && 
GraphicType::Default != aGraphic.GetType());
2818 }
2819 
2820 break;

** CID 1596253:  Null pointer dereferences  (FORWARD_NULL)
/sc/source/ui/view/viewfun3.cxx: 785 in 
ScViewFunc::PasteOnDrawObjectLinked(const 
com::sun::star::uno::Reference &, 
SdrObject &)()



*** CID 1596253:  Null pointer dereferences  (FORWARD_NULL)
/sc/source/ui/view/viewfun3.cxx: 785 in 
ScViewFunc::PasteOnDrawObjectLinked(const 
com::sun::star::uno::Reference &, 
SdrObject &)()
779 std::unique_ptr xStm;
780 ScDrawView* pScDrawView = GetScDrawView();
781 
782 if( pScDrawView && aDataHelper.GetSotStorageStream( 
SotClipboardFormatId::SVXB, xStm ) )
783 {
784 Graphic aGraphic;
>>> CID 1596253:  Null pointer dereferences  (FORWARD_NULL)
>>> Attempting to access the managed object of an empty smart pointer 
>>> "xStm".
785 TypeSerializer aSerializer(*xStm);
786 aSerializer.readGraphic(aGraphic);
787 
788 const OUString aBeginUndo(ScResId(STR_UNDO_DRAGDROP));
789 
790 if(pScDrawView->ApplyGraphicToObject( rHitObj, aGraphic, 
aBeginUndo, "" ))

** CID 1596252:(FORWARD_NULL)
/sc/source/ui/view/viewfun5.cxx: 256 in 
ScViewFunc::PasteDataFormat(SotClipboardFormatId, const 
com::sun::star::uno::Reference &, 
short, int, const Point *, bool, bool)()
/sc/source/ui/view/viewfun5.cxx: 238 in 
ScViewFunc::PasteDataFormat(SotClipboardFormatId, const 
com::sun::star::uno::Reference &, 
short, int, const Point *, bool, bool)()



*** CID 1596252:(FORWARD_NULL)
/sc/source/ui/view/viewfun5.cxx: 256 in 
ScViewFunc::PasteDataFormat(SotClipboardFormatId, const 
com::sun::star::uno::Reference &, 
short, int, const Point *, bool, bool)()
250 ScDocShellRef aDragShellRef( new ScDocShell );
251 aDragShellRef->MakeDrawLayer();
252 aDragShellRef->DoInitNew();
253 
254 ScDrawLayer* pModel = 
aDragShellRef->GetDocument().GetDrawLayer();
255 
>>> CID 1596252:(FORWARD_NULL)
>>> Attempting to access the managed object of an empty smart pointer 
>>> "xStm".
256 xStm->Seek(0);
257 
258 css::uno::Reference< css::io::XInputStream > xInputStream( 
new utl::OInputStreamWrapper( *xStm ) );
259 SvxDrawingLayerImport( pModel, xInputStream );
260 
261 // set everything to right layer:
/sc/source/ui/view/viewfun5.cxx: 238 in 
ScViewFunc::PasteDataFormat(SotClipboardFormatId, const 
com::sun::star::uno::Reference &, 
short, int, const Point *, bool, bool)()
232 else if (nFormatId == SotClipboardFormatId::SVXB)
233 {
234 std::unique_ptr xStm;
235 if( aDataHelper.GetSotStorageStream( 
SotClipboardFormatId::SVXB, xStm ) )
236 {
237 Graphic aGraphic;
>>> CID 1596252:(FORWARD_NULL)
>>> Attempting to access the managed object of an empty smart pointer 
>>> "xStm".
238 TypeSerializer aSerializer(*xStm);
239 aSerializer.readGraphic(aGraphic);
240 bRet = PasteGraphic( 

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-06 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DVWIj_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro84ouddVQkiG6sMwWBOEXm-2FWCVHqduz7lqjYYq7RcCoNGCdz4j-2BuE-2BtS3-2B-2F9w9leZgc0dsUM0veuXgQZyOE9bAPUrXMGsOWvNb81v0JrXy0vwIO2z7956KX1-2B-2F43JahzzJIJV90-2F3rfaNHu-2BC1WNQv1-2FBajECjJtyinUZjB2s4wclA-3D-3D

Build ID: 603944

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-05 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DP_JC_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro85s07zPBN5vuF-2FYY-2BFxj7wz3hyTc-2BOv76M6tb4BIrk1wvKl1IyZjHEG6nTcRksIbx4g0Iq7VqNdb9JGYnweQuje5JLk8sgv1Q-2BLKfXorRk8VHdIypcKQzfKNrHpvGbVYYiMSrzBRqSrXp6SMsp1gJYYT4LRya3G8S3HaP1MdkclTA-3D-3D

Build ID: 603725

Analysis Summary:
   New defects found: 0
   Defects eliminated: 1

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-04 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DKmXh_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro86Kl6Ngzw3fQ-2BNLuhkJdlJ5WjxLNZb1sziJd3IBg4Kj5ZjubzelTKkFY-2F0zoV-2Fg2LBgOSQSN14t-2F9xk1e41MgUomMXjSuqNh00CaHgzj1yngzTg-2FaQxsedAizxiWO7X2bT64RERLtUPjaJ1UiZd1LambAGJD-2B-2B-2FhHFyhco5Qp-2FpaU3ca-2BYK2zXAQn8ZzaDd-2BCQ-3D

Build ID: 603460

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


New Defects reported by Coverity Scan for LibreOffice

2024-04-04 Thread scan-admin
Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

17 new defect(s) introduced to LibreOffice found with Coverity Scan.
7 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent 
build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 17 of 17 defect(s)


** CID 1596132:  API usage errors  (LOCK)



*** CID 1596132:  API usage errors  (LOCK)
/scripting/source/vbaevents/eventhelper.cxx: 529 in 
::EventListener::~EventListener()()
523 
524 #define EVENTLSTNR_PROPERTY_ID_MODEL 1
525 constexpr OUStringLiteral EVENTLSTNR_PROPERTY_MODEL = u"Model";
526 
527 namespace {
528 
>>> CID 1596132:  API usage errors  (LOCK)
>>> "~OPropertyContainer2" uses "this->m_aMutex" in an uninitialized state.
529 class EventListener : public EventListener_BASE
530 ,public ::comphelper::OPropertyContainer2
531 ,public ::comphelper::OPropertyArrayUsageHelper< EventListener >
532 {
533 
534 public:

** CID 1596131:  API usage errors  (LOCK)



*** CID 1596131:  API usage errors  (LOCK)
/sc/source/ui/unoobj/celllistsource.cxx: 74 in 
calc::OCellListSource::~OCellListSource()()
68 {
69 if ( !m_bDisposed )
70 {
71 acquire();  // prevent duplicate dtor
72 dispose();
73 }
>>> CID 1596131:  API usage errors  (LOCK)
>>> "~OPropertyContainer2" uses "this->m_aMutex" in an uninitialized state.
74 }
75 
76 IMPLEMENT_FORWARD_XINTERFACE2( OCellListSource, 
OCellListSource_Base, OCellListSource_PBase )
77 
78 IMPLEMENT_FORWARD_XTYPEPROVIDER2( OCellListSource, 
OCellListSource_Base, OCellListSource_PBase )
79 

** CID 1596130:  API usage errors  (LOCK)



*** CID 1596130:  API usage errors  (LOCK)
/chart2/source/tools/CachedDataSequence.cxx: 98 in 
chart::CachedDataSequence::~CachedDataSequence()()
92 }
93 
94 registerProperties();
95 }
96 
97 CachedDataSequence::~CachedDataSequence()
>>> CID 1596130:  API usage errors  (LOCK)
>>> "~WeakComponentImplHelper" uses "this->m_aMutex" in an uninitialized 
>>> state.
98 {}
99 
100 void CachedDataSequence::registerProperties()
101 {
102 registerProperty( "NumberFormatKey",
103   PROP_NUMBERFORMAT_KEY,

** CID 1596129:  API usage errors  (LOCK)



*** CID 1596129:  API usage errors  (LOCK)
/scripting/source/basprov/basmethnode.cxx: 99 in 
basprov::BasicMethodNodeImpl::~BasicMethodNodeImpl()()
93 registerProperty( BASPROV_PROPERTY_EDITABLE, 
BASPROV_PROPERTY_ID_EDITABLE, BASPROV_DEFAULT_ATTRIBS(), _bEditable, 
cppu::UnoType::get() );
94 }
95 
96 
97 BasicMethodNodeImpl::~BasicMethodNodeImpl()
98 {
>>> CID 1596129:  API usage errors  (LOCK)
>>> "~OPropertyContainer2" uses "this->m_aMutex" in an uninitialized state.
99 }
100 
101 
102 // XInterface
103 
104 

** CID 1596128:  API usage errors  (LOCK)



*** CID 1596128:  API usage errors  (LOCK)
/sc/source/ui/unoobj/pageuno.cxx: 28 in ScPageObj::ScPageObj(SdrPage *)()
22 #include 
23 #include 
24 
25 using namespace ::com::sun::star;
26 
27 ScPageObj::ScPageObj( SdrPage* pPage ) :
>>> CID 1596128:  API usage errors  (LOCK)
>>> "SvxDrawPage" initializes "this->m_aMutex" while it is already 
>>> initialized.
28 SvxDrawPage( pPage )
29 {
30 }
31 
32 ScPageObj::~ScPageObj() noexcept
33 {

** CID 1596127:  API usage errors  (LOCK)



*** CID 1596127:  API usage errors  (LOCK)
/sccomp/source/solver/SolverComponent.cxx: 111 in 
SolverComponent::~SolverComponent()()
105 registerProperty( STR_EPSILONLEVEL, PROP_EPSILONLEVEL, 0, 
, cppu::UnoType::get() );
106 registerProperty( STR_LIMITBBDEPTH, PROP_LIMITBBDEPTH, 0, 
, cppu::UnoType::get() );
107 }
108 
109 SolverComponent::~SolverComponent()
110 {
>>> CID 1596127:  API usage errors  (LOCK)
>>> "~WeakImplHelper" uses "this->m_aMutex" in an uninitialized state.
111 }
112 
113 IMPLEMENT_FORWARD_XINTERFACE2( SolverComponent, SolverComponent_Base, 
comphelper::OPropertyContainer2 )
114 IMPLEMENT_FORWARD_XTYPEPROVIDER2( SolverComponent, 

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-03 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DTaVx_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro84PouYubn-2FtG0Qv0X-2F8X6YHiH0UucdfGiP684iGKkVmIdbsbtiR6-2B23JrxyKM-2B0Tshki-2Fc1-2BgkmKAu5xoZKg1sk3fDG2oCYO0iU6A70hT64CkL5qVa7IapNqNpN-2FlWgn5dP3WCrVb-2FCDp51lmoxGVYdzJ7Vln0uZwv2Ru6E3RpHFw-3D-3D

Build ID: 603230

Analysis Summary:
   New defects found: 1
   Defects eliminated: 0

If you have difficulty understanding any defects, email us at 
scan-ad...@coverity.com,
or post your question to StackOverflow
at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.flnyKa-2FqvaKqx4fLQsH4bW35wEOELQKXyfspKiPYDJTkkE6I9WJzTo3tzdZlfNLaav4ccqKPQZ-2BbcFiem7UEug-3D-3DrAle_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro84PouYubn-2FtG0Qv0X-2F8X6YHiH0UucdfGiP684iGKkVmIcIeGEWJJxWPKhE0STzKCIzzmwmPus6ACPnlfXR-2Fw6OK4uXs9CTxfgkwhqtW9gVd8SLhr9JESZJMkPRSln8ZtPoYvxXmt4FLvC2yPSAofv1-2BfAkj678CYToNhNBvQ5Um1Q-3D-3D
___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-02 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3D7EGH_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro85I54a2F9Cd0SxTRy8cLxYXsp3d-2FzD1Iohr4OC24YNYbd-2B9pLZvuAovyyjvkxaK9CheeQlC564-2B3AsHE4Chu0iGRtoGtc3Ln3WorGwXWeAGX87WBfyITjqMBBGdS8MGPTVHJHnkNYrQeLd7Sf3ykufvMS1xhBLzTQdFWGsHrJuGkg-3D-3D

Build ID: 602972

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-04-01 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3Dx2km_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro84yf-2FLBD8k90fuPb6Lesq24pxd-2BBK8hgVUip85I-2F4BXdnAyRbn4znV-2FptOlvwvyqvKWgkgmGnxCUNCRetsCk3Mfe1Hx-2BlP7zrKOzak8DvcskTQe9BAxcIFNpQmDx8z-2FmqmpMaf3TKFNGggURQM6S9PSXxWLgP6IENVf5KuliGQmuhhLMbf8aS2Nm-2BoNZiVpjRI-3D

Build ID: 602729

Analysis Summary:
   New defects found: 0
   Defects eliminated: 25

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


Coverity Scan: Analysis completed for varnish

2024-04-01 Thread scan-admin


Your request for analysis of varnish has been completed successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu6BUNirv33lqHGQsDVQ-2BP2tg6QNq2-2FpfeAVxnw32Pj2zw-3D-3Damhg_yQhjbMw4LeDZMA4nqwf-2BPKRH1TcZpi4LlAZWuGRhHR1uvVIlqztYlP4-2FEddsjLocUNpgO11zBzs-2FnRvcy-2Fz-2BOg11Phsq26RKEgda7D4d-2B1xUX5KcEZYDFkM4H3e7Q8gQ3r99cpV11IlKqKU9oIjtyLq9XCk-2BeCL-2BicGMi6b7KBrI3WpvpgV5KSxN5auKOO4qslYQbz8YRFhSI9yVnAO7ry-2BPvRFF7iZbBcbBJx4CQUI-3D

Build ID: 602468

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
varnish-dev mailing list
varnish-dev@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-28 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DhN7K_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro87S-2Fe9NO1kvD-2F8wwebuPFSQ9DqWyF-2Fi5NCEiNNToTFRX9kRuhtq7-2F1Bd-2FQQXwMx3e4F9EbkQ4jCSncmx-2BqkWsAwuygkBgigzI-2BPxaqREF72pG2UEdDkxI5lZSYmfyVbZb-2Bj3ttmE8ScyqGFnc-2FP5oZ-2BEo-2FpCHB4QYdNO2kZ0aDNhA-3D-3D

Build ID: 601810

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-27 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DQ6-I_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro84hGe5EU-2B0THOEOWFeqQLGX-2BhTWArPJbT8Yvq9uNfebG3fmJ-2FyzMccjQfsYv-2Fj9r7HHO9fpW-2FsGVnKc-2B20UvGDYheMStg0vsR0fa7xqbyPvbvC4HLG0y9c-2FH7FCNa5y34i22m7Cab4pRYvAyp-2BESJ4Xu7cIM7NZaEh3dFjD2Iw-2BFw-3D-3D

Build ID: 601595

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-26 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DlB3c_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro84BWfvidMRKt1DMBLTxvxnMVB6MqLdDpGOqQXnrQuoTOjihVB669KR-2Fm9kpa6nsZyFPd4w2fiW2Z7tNkG08tEUCn8oxwTk68168kmCz5JKSfOQox73wEe00A1uBcsKiamd31NLFjq9uV-2Biki4cwUUmvbe-2FiK1uc-2FmCPx-2FZwZyEXlw-3D-3D

Build ID: 601361

Analysis Summary:
   New defects found: 0
   Defects eliminated: 1

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-25 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3Du5Fy_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro87wu9ejuOFU7Jt4hEjzth3hZh32R-2Fnw7LI0yRDJXeKX4WrWu0a7tOXv7oOmqRylMPWeZx1aFNv5XdR0tdXBTijhlxirYcE-2BsG3gmw5PXCGqI7FMA-2BqQV3ijyYJSHxgYII3RG0sLU7QNTANoO4YoNpFPtXkkGU4yTBP7dsv2XQDjTg-3D-3D

Build ID: 601103

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


Coverity Scan: Analysis completed for varnish

2024-03-25 Thread scan-admin


Your request for analysis of varnish has been completed successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu6BUNirv33lqHGQsDVQ-2BP2tg6QNq2-2FpfeAVxnw32Pj2zw-3D-3D2c-3_yQhjbMw4LeDZMA4nqwf-2BPKRH1TcZpi4LlAZWuGRhHR2YHce0jLTF-2FoKJAm2HRmm5psBkSpcwGBMVF54OsgnQfcV0FyE9owQOza1HT7rYltmk0l4FH37g-2BzamAJHG26Z48KF25m2ZMCvTk6qX0JCIhBlqtujQc29Grbof2T38Y5aojMG0FultFYFr53feG67qNmKPR1aRjLQfASak7kbWIO-2Fhr10e0HDELuRhRJ8fsgA-3D

Build ID: 600891

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
varnish-dev mailing list
varnish-dev@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-25 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DQbCW_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro86ldwiuCNaRr6i-2BPuaEKZoBaD95Eqo-2FqRCEMa1pTJHZIn-2FccnCXHU1xl2f2bcTdSrp1ajTOwMnseZoo43-2BSjxJ83BdCMEqiU35QdPFKYEOv9YO3aEbQEPlw-2BF6oMIeGYzN-2Bi3QpnatbmCkmnU0-2BstTTZ28CV2vymhUMswHdNznxCqhX0DRDEXpKECMJ4cVxCvY-3D

Build ID: 600868

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


New Defects reported by Coverity Scan for LibreOffice

2024-03-24 Thread scan-admin
Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

2 new defect(s) introduced to LibreOffice found with Coverity Scan.
1 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent 
build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 2 of 2 defect(s)


** CID 1594675:(DEADCODE)
/sc/source/ui/view/tabview.cxx: 1160 in ScTabView::ScrollHdl(ScrollAdaptor *)()
/sc/source/ui/view/tabview.cxx: 1158 in ScTabView::ScrollHdl(ScrollAdaptor *)()



*** CID 1594675:(DEADCODE)
/sc/source/ui/view/tabview.cxx: 1160 in ScTabView::ScrollHdl(ScrollAdaptor *)()
1154 aHelpStr = ScResId(STR_ROW) +
1155" " + OUString::number(nScrollPos + 1);
1156 
1157 // show quicktext always inside sheet area
1158 aRect.SetLeft( bLayoutRTL ? (aPos.X() + aSize.Width() 
+ 8) : (aPos.X() - 8) );
1159 aRect.SetTop( aMousePos.Y() );
>>> CID 1594675:(DEADCODE)
>>> Execution cannot reach the expression "QuickHelpFlags::Left" inside 
>>> this statement: " = (bLayoutRTL ?...".
1160 nAlign   = (bLayoutRTL ? QuickHelpFlags::Left : 
QuickHelpFlags::Right) | QuickHelpFlags::VCenter;
1161 }
1162 aRect.SetRight( aRect.Left() );
1163 aRect.SetBottom( aRect.Top() );
1164 
1165 Help::ShowQuickHelp(pScroll->GetParent(), aRect, aHelpStr, 
nAlign);
/sc/source/ui/view/tabview.cxx: 1158 in ScTabView::ScrollHdl(ScrollAdaptor *)()
1152 else
1153 {
1154 aHelpStr = ScResId(STR_ROW) +
1155" " + OUString::number(nScrollPos + 1);
1156 
1157 // show quicktext always inside sheet area
>>> CID 1594675:(DEADCODE)
>>> Execution cannot reach the expression "aPos.X() + aSize.Width() + 8L" 
>>> inside this statement: "aRect.SetLeft((bLayoutRTL ?...".
1158 aRect.SetLeft( bLayoutRTL ? (aPos.X() + aSize.Width() 
+ 8) : (aPos.X() - 8) );
1159 aRect.SetTop( aMousePos.Y() );
1160 nAlign   = (bLayoutRTL ? QuickHelpFlags::Left : 
QuickHelpFlags::Right) | QuickHelpFlags::VCenter;
1161 }
1162 aRect.SetRight( aRect.Left() );
1163 aRect.SetBottom( aRect.Top() );

** CID 1594674:  API usage errors  (INVALIDATE_ITERATOR)
/sc/source/core/data/SolverSettings.cxx: 789 in 
sc::SolverSettings::TabHasSolverModel()()



*** CID 1594674:  API usage errors  (INVALIDATE_ITERATOR)
/sc/source/core/data/SolverSettings.cxx: 789 in 
sc::SolverSettings::TabHasSolverModel()()
783so before it is called, no solver-related named ranges exist.
784 */
785 bool SolverSettings::TabHasSolverModel()
786 {
787 // Check if the named range for the objective value exists in the 
sheet
788 const auto iter = m_mNamedRanges.find(SP_OBJ_CELL);
>>> CID 1594674:  API usage errors  (INVALIDATE_ITERATOR)
>>> Dereferencing iterator "iter" though it is already past the end of its 
>>> container.
789 OUString sRange = iter->second;
790 ScRangeData* pRangeData
791 = 
m_pRangeName->findByUpperName(ScGlobal::getCharClass().uppercase(sRange));
792 if (pRangeData)
793 return true;
794 return false;
795 }
796 



To view the defects in Coverity Scan visit, 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu6VvXBlQRUbS683tC8265rGNPXqJ1ffcoLZCnTuJFQbNcTEkb4XaEQkzovKhJ5DB3c-3DBAIx_A9M4dSy7guk8NP6DcfgslOyvJRzavztVIKj6nRqYjYpWom7SJFyX0y710bz0kUGtERQty1Y5JpkDXubi7MsokQaRv4jsHtrS-2BixY5vNs-2FGbRZsRBY0-2Ba4Ds142E1HxrBQy3-2FfJLFeOubpB02YnnKddIcygoNaLijEdfdc1WG4Y32XWZ2k46a8UyxKtYrRJWZowog86JcdLAHzoDzhbfpYGyqwawJaDre8AYwyGfd4rM-3D



[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-23 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DFTXa_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro85dV1nIpJ8Y5xf6YNLP9cLisJtK52unY3gw-2FZlJemENrzdu2CEM-2FVGrZD15SrxFdGgkHWvE4WFr-2F-2B4TmevUkmp3OelIBDiC65IlD9355FFgJxDe2enOB19zwS-2BOXvi6yJxMr6nkYTGyL3oYW5CtB5EBYBdO7c-2BbW73eG0IpQXjOmg-3D-3D

Build ID: 600628

Analysis Summary:
   New defects found: 0
   Defects eliminated: 5

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-22 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DlW7M_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro86Avdr6efMn-2B7q6CeZ-2FTK9dZJd1eXcAh6KVAwqIlWwOze-2FHyd2MxnSCJJSB3oBkgho7rURcIKtw6eJ1s-2FxGWGnFrevCN3Q2iQbURQ71aEjTAbu5G8-2FOYAIlxnIXh2S6pP4WQY1Hx2-2FMsU3mDQe0-2B72mjc5rd9GeI2ib4yxScVFRh2e5cvc5Eh3VX0id3HPV8mQ-3D

Build ID: 600419

Analysis Summary:
   New defects found: 0
   Defects eliminated: 6

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-21 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DagPV_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro86YpDgFdoROoMdl2-2B2xVUHPv-2FrBYuDJ6EkWUiigfCYQUDJKwf8c4h2H2Zqlef-2Fcb0vx1Rl-2FQ4bzKqGzQWUyiWWBPGU5BS9rMGDOcQsoMpDwOohpszTmC0Ljjm42IEegOc-2FjPjHRaTw0kaPMSjLgus6dhwZjJyqrHmYZ82rJ5v-2BxYw-3D-3D

Build ID: 600193

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-20 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DllrI_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro84Famwwp248-2FQ-2BxTpuo4Ayb8mZyJLI0SXj1Bhg4LixNaS0EtM-2B33lYH5fEXesvB2DFD7FvtT3KQ32Wz-2BdvYDo5cqjOlx5UCbxag48QnJvGdkD4Q6RHDBsjRyUnPxRYajDH3bbdncaLyUN-2Bz-2Bn2TLGJNEbeF4QEpTjzWpfqdRht5nQ-3D-3D

Build ID: 599973

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-19 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DSGf2_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro84pTSBY-2BqB-2FlPG2AZEnMhpvebP0YEa-2BYA5wcOCkFH4K17q9-2FRnl2bhXgXp2fY5w3xvl5nDmB5jpASIx6wX6dKYOioDzGW82DE7lQPKJrzNDkv0mQwPo8JKFJ8fdnkyyYl3-2FhzGNE2V9RHOMV-2FrKSsameGwMbj55PGiqMxXWHEutYQ-3D-3D

Build ID: 599746

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-18 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DvByX_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro87Fuyxuy-2FuicJvndwtzSRZVOeDIPOGpTTydsXFaNyi2jT8id6cLG-2Fs5bOs2n7ieAHvY5-2FM8dDrkRUHFLFbR4WUa8XUV5pWnreKzGPFCyId6KsZK1iNRVhlvRNHDL7jfUeS-2BBpTUJFo-2BNl2Kqv6MetSJIPbUCRkMdAbkSIx4n-2BO9Zg-3D-3D

Build ID: 599514

Analysis Summary:
   New defects found: 13
   Defects eliminated: 5

If you have difficulty understanding any defects, email us at 
scan-ad...@coverity.com,
or post your question to StackOverflow
at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.flnyKa-2FqvaKqx4fLQsH4bW35wEOELQKXyfspKiPYDJTkkE6I9WJzTo3tzdZlfNLaav4ccqKPQZ-2BbcFiem7UEug-3D-3DXCmJ_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro87Fuyxuy-2FuicJvndwtzSRZVOeDIPOGpTTydsXFaNyi2jciQA7EOO0GqJriZ5Np2zvn-2FO3bn5kvrNEfFLtOg2LW7yt-2FZoyGan3d4fuAyrxErRxa2T9ainsMUXmeY7JC98B2oWg1Q-2BWXhFIyrxyRLAsToRD5CGbPa-2BhiLES2Yczsnmg-3D-3D
___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


Coverity Scan: Analysis completed for varnish

2024-03-18 Thread scan-admin


Your request for analysis of varnish has been completed successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu6BUNirv33lqHGQsDVQ-2BP2tg6QNq2-2FpfeAVxnw32Pj2zw-3D-3DK6TP_yQhjbMw4LeDZMA4nqwf-2BPKRH1TcZpi4LlAZWuGRhHR2sCj7O7B6-2FW9N9MSaF9Q3EAH3esmQMdDb-2B9wdlSfox-2BoEYjz5h4jZfTummU8vLGp5Z93vmyXUPNfxwr5OiBwm0EZlZMYpbaRwNVArm9Hn3Po9oXckjnP6-2FelgV2IMUpCPsCTEfUrY9f5M4trCitcCJ-2Fb48B0U-2F0QswmeCjAnjTsdyU5qW8vBxqscYkmunmYSk-3D

Build ID: 599286

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
varnish-dev mailing list
varnish-dev@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-17 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3D9vCL_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro86K5DcqV5ghxxet2kjhny91r-2BBysJEJqEPZhsh1QDE4YiKDnI0qn23ubyR7I3QVT1FoqO1paAN8LAWjwanMwT4JmZ7B9HZ1iUEF636rotEPC5RCs7dOf6mzS4Wdi1CcHjkZ1Za-2Fa6vm3aluqvbBCmgR9dNVPmIz4tVuERO6rBZM2Byz-2ByzwFgcTtjmZ5ezHarg-3D

Build ID: 599257

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


New Defects reported by Coverity Scan for LibreOffice

2024-03-17 Thread scan-admin
Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

2 new defect(s) introduced to LibreOffice found with Coverity Scan.


New defect(s) Reported-by: Coverity Scan
Showing 2 of 2 defect(s)


** CID 1594402:  Null pointer dereferences  (FORWARD_NULL)



*** CID 1594402:  Null pointer dereferences  (FORWARD_NULL)
/sc/source/ui/unoobj/docuno.cxx: 2372 in lcl_SetMediaScreen(const 
com::sun::star::uno::Reference &, const 
OutputDevice *, tools::Rectangle &, int)()
2366: OUString::Concat(sTitle) + 
OUString::Concat("\n")
2367  + 
OUString::Concat(sDescription));
2368 
2369 OUString const 
mimeType(xPropSet->getPropertyValue("MediaMimeType").get());
2370 SdrObject* 
pSdrObj(SdrObject::getSdrObjectFromXShape(xMediaShape));
2371 vcl::PDFExtOutDevData* pPDF = 
dynamic_cast(pDev->GetExtOutDevData());
>>> CID 1594402:  Null pointer dereferences  (FORWARD_NULL)
>>> Passing null pointer "pPDF" to "CreateScreen", which dereferences it.
2372 sal_Int32 nScreenId = pPDF->CreateScreen(aRect, altText, 
mimeType, nPageNumb, pSdrObj);
2373 if (sMediaURL.startsWith("vnd.sun.star.Package:"))
2374 {
2375 // Embedded media
2376 OUString aTempFileURL;
2377 xPropSet->getPropertyValue("PrivateTempFileURL") >>= 
aTempFileURL;

** CID 1594401:  Null pointer dereferences  (FORWARD_NULL)



*** CID 1594401:  Null pointer dereferences  (FORWARD_NULL)
/sfx2/source/sidebar/ControllerItem.cxx: 72 in 
sfx2::sidebar::ControllerItem::RequestUpdate()()
66 const SfxItemState eState (GetBindings().QueryState(GetId(), 
pState));
67 if (GetId() == SID_ATTR_METRIC && 
comphelper::LibreOfficeKit::isActive())
68 {
69 MeasurementSystem eSystem
70 = 
LocaleDataWrapper(comphelper::LibreOfficeKit::getLocale()).getMeasurementSystemEnum();
71 FieldUnit eUnit = MeasurementSystem::Metric == eSystem ? 
FieldUnit::CM : FieldUnit::INCH;
>>> CID 1594401:  Null pointer dereferences  (FORWARD_NULL)
>>> Passing null pointer "pState.get()" to "SetValue", which dereferences 
>>> it.
72 
static_cast(pState.get())->SetValue(static_cast(eUnit));
73 }
74 mrItemUpdateReceiver.NotifyItemUpdate(GetId(), eState, pState.get());
75 }
76 
77 
ControllerItem::ItemUpdateReceiverInterface::~ItemUpdateReceiverInterface()



To view the defects in Coverity Scan visit, 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu6VvXBlQRUbS683tC8265rGNPXqJ1ffcoLZCnTuJFQbNcTEkb4XaEQkzovKhJ5DB3c-3DQmg-_A9M4dSy7guk8NP6DcfgslOyvJRzavztVIKj6nRqYjYpWom7SJFyX0y710bz0kUGtuM6dpEYHAKPAFOJnFFVTAqyXcfeEbV-2BOW4lbsmS1OR0nkjjh7njRe7s5QFDFx7brLxb5QyVkD5FJ6Cbd7-2Bgo8L3HkTQubHucgEUCgCYMVFNZbqXF2c2vU7innBMhSfrv9VCmBEXIFp5fBqc-2B4Gq1xnoJqgsa0QHSbGHvJGqgj30NSky9ULHy9BfyemEoKG3F



[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-16 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DKrLP_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro85oRcrCdgPW-2FYGRFczAkdzW4t-2BoyTaRtY4JC1EGhYb0iyYkoNJd-2FWgi2Nlbw4BB6-2BfaZKXoMAXShfZZ9p9wJByIzju2ygiubybVo5XuhoLzq2orSjQB2-2F6aR7xXkq6QmwXPfdJMoK0-2B22KZ92JQ9TOqwiG7EJnfc-2Fg-2FHgisH-2F2J3g-3D-3D

Build ID: 598975

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-15 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DMfE2_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro86d1KIwIZd3xOY-2FE8PxubpQ9nJrKIqcdueQPSf4b2JPJBjZlKK3Hxt0OgWIBpsxKkZfciWwEoiRHpjlYyz3lDw9BAJwfQcVHOSMDSZ0IZoskD-2FgKFOIurWW1twh7LutWXuG6iZtd7BF-2FiSCFriLBiWkghdb6NDSsJHK-2FjJNYsJbOw-3D-3D

Build ID: 598765

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-14 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DpbCR_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro87nRm0T3z-2FQGYvoXIt1LEmJEgk4JzqOuO18qJyvjwZRjbVjHuQIw2ROfOxQtMSdev-2FNGuFa2oPp4J9Ga4XlHXYe7AV7pDMLrijyvGvhS1LNTT-2FflTjeRfMCJhJO0ZrA7RImrSvo9sK63KPv55Q38I-2BmEMyGY1Be8jDaAeV-2FDxSySzUTGOVzYCelc0JrvduSz-2FM-3D

Build ID: 598555

Analysis Summary:
   New defects found: 0
   Defects eliminated: 1

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-14 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DhVx5_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro87Im6-2FkLgXgxMR3FjVZTMDy0RzBw4Y6-2FdLVkINXtG4rFd2mrm4RTTbbVMIKQWSZ-2FEaj8EZMuNKF32Hl3CiwKBrLYFHhyYToJDa7ufZ-2FPvQHXtNVw-2FPgykFrKmKmGGHyuX-2BfVlur1MrgP27v2rVmfAv9pQkOJesTugX5gsJio-2B1OmQ-3D-3D

Build ID: 598317

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-12 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DXFW5_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro84xRRA5s6nek1x0TxNPe0Djn9nyhRmwn6Tc16HkfXhEa-2FlzlKZZPX2LXHGSPHpJh1msZtWj6RvexdKfol0sp0oHJnfJAE6RoGKPC1LrzWhPUNCNXqFXj1ipUgv6mj2HJhcGAKO3DWCuq8eqzPAOB5EdDykf9V5k2qucuMdLxwe8NSV487gnGBQJIquTNyqN4LE-3D

Build ID: 597915

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-11 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3D1GwH_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro87mOGLliD7Cb21Fo5yHyRZlHjzFUZbptsS-2B3TB7wcN9FeHxMHsDgJbumzK0H6KTd8rf7x31srJjnotXSdtEmSk7f2PovgnMKildLdXWT-2BSky89NaBdiTEnDwSeYDnatP5EmLX7jG8eUNCsXoVqCvvnypF4hT-2F-2FZBOlwi1eMj-2FwtwA-3D-3D

Build ID: 597693

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


Coverity Scan: Analysis completed for varnish

2024-03-11 Thread scan-admin


Your request for analysis of varnish has been completed successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu6BUNirv33lqHGQsDVQ-2BP2tg6QNq2-2FpfeAVxnw32Pj2zw-3D-3D8WLI_yQhjbMw4LeDZMA4nqwf-2BPKRH1TcZpi4LlAZWuGRhHR3KApUqk9xZHEUowi-2BtlCiXV8hqFCSvGFuqvxsHiUN-2BLxnmakupU1lnYDb-2FUxw0Il0sFE014uwe9m8ZP7D9G6TKEcQMWB2iQjViW4vZXE6BCnYdIe01N0EjNlmRry844BabwJZfesU5NPBY6a9jC4JqGPto2Dyiho3pSuFd07q2Dgd-2FZB14eheema1WEDIz8lk-3D

Build ID: 597466

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
varnish-dev mailing list
varnish-dev@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-10 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3D9m9D_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro84SysNeF2RTp4h5PRZ-2FzrYgXR5VV-2FCGZGXwdx6EETbIZYXgDTajf663LDW29v4CG2guMC5v3FwIpPsCDvdbX-2BgWQD-2FAuniNf3lALa9tM8vwqf-2Bwoi2TJr13MoVEDjj60JbWf1c8z5pRgzmW-2FlUa5Z8H-2BZku67YVurIRqQ7yhd9Fwg-3D-3D

Build ID: 597434

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-09 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3D-5n-_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro84DdXRNZ6pj-2B10PojeasP8svZQg3HaR9381rx0gdcsVUzQenUZoseDKoR5SjDDgvFCFpQUy530s1WEv13cPcka7lDvFaBNRYubUdVgqJCLxLu53BYpakWlz9y9Dc01xkqkegDx9bRc5huYvljtdOT6IEEu2KmOQYWmQgB-2BjF-2FfcqA-3D-3D

Build ID: 597192

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-08 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DrTCk_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro87Fu4aci5b2aUFwa5oHCrJLOsV44rE9kpfte4u5LOy-2F1IZZpXAHJSeslBsYXs4NlVklRuWDlz8gPq2XjkGbXzvE5RZkGm5jIg-2BXwN3kPpRgzd8-2BnOB-2BKapjs5o3-2FnwSQRrSRuXOFNqMnC12MfS-2FevMz9QlqJwnV68EweUtZrRnFfg-3D-3D

Build ID: 596984

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


New Defects reported by Coverity Scan for LibreOffice

2024-03-07 Thread scan-admin
Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

5 new defect(s) introduced to LibreOffice found with Coverity Scan.
4 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent 
build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 5 of 5 defect(s)


** CID 1592991:  Performance inefficiencies  (COPY_INSTEAD_OF_MOVE)
/chart2/source/controller/main/ChartController_Properties.cxx: 796 in 
chart::ChartController::executeDlg_ObjectProperties_withUndoGuard(std::shared_ptr,
 const rtl::OUString &, bool)()



*** CID 1592991:  Performance inefficiencies  (COPY_INSTEAD_OF_MOVE)
/chart2/source/controller/main/ChartController_Properties.cxx: 796 in 
chart::ChartController::executeDlg_ObjectProperties_withUndoGuard(std::shared_ptr,
 const rtl::OUString &, bool)()
790 {
791 aDlgPtr->SetAxisMinorStepWidthForErrorBarDecimals(
792 
InsertErrorBarsDialog::getAxisMinorStepWidthForErrorBarDecimals( xChartDoc, 
m_xChartView, rObjectCID ) );
793 }
794 
795 //open the dialog
>>> CID 1592991:  Performance inefficiencies  (COPY_INSTEAD_OF_MOVE)
>>> "aUndoGuard" is copied in call to copy constructor 
>>> "std::shared_ptr", when it could be moved instead.
796 SfxTabDialogController::runAsync(aDlgPtr, [aDlgPtr, xChartDoc, 
pItemConverter, bSuccessOnUnchanged, aUndoGuard] (int nResult)
797 {
798 if (nResult == RET_OK || (bSuccessOnUnchanged && 
aDlgPtr->DialogWasClosedWithOK())) {
799 const SfxItemSet* pOutItemSet = 
aDlgPtr->GetOutputItemSet();
800 if(pOutItemSet) {
801 ControllerLockGuardUNO aCLGuard(xChartDoc);

** CID 1592990:  Performance inefficiencies  (COPY_INSTEAD_OF_MOVE)
/chart2/source/controller/main/ChartController_Properties.cxx: 712 in 
chart::ChartController::executeDlg_ObjectProperties(const rtl::OUString &)()



*** CID 1592990:  Performance inefficiencies  (COPY_INSTEAD_OF_MOVE)
/chart2/source/controller/main/ChartController_Properties.cxx: 712 in 
chart::ChartController::executeDlg_ObjectProperties(const rtl::OUString &)()
706 auto aUndoGuard = std::make_shared(
707 ActionDescriptionProvider::createDescription(
708 ActionDescriptionProvider::ActionType::Format,
709 ObjectNameProvider::getName( 
ObjectIdentifier::getObjectType( aObjectCID ))),
710 m_xUndoManager );
711 
>>> CID 1592990:  Performance inefficiencies  (COPY_INSTEAD_OF_MOVE)
>>> "aUndoGuard" is passed-by-value as parameter to 
>>> "executeDlg_ObjectProperties_withUndoGuard" when it could be moved instead.
712 ChartController::executeDlg_ObjectProperties_withUndoGuard( 
aUndoGuard, aObjectCID, false );
713 }
714 
715 void ChartController::executeDlg_ObjectProperties_withUndoGuard(
716 std::shared_ptr aUndoGuard,const OUString& rObjectCID, 
bool bSuccessOnUnchanged )
717 {

** CID 1592989:  Null pointer dereferences  (FORWARD_NULL)
/vcl/source/window/brdwin.cxx: 2014 in ImplBorderWindow::FlashWindow() const()



*** CID 1592989:  Null pointer dereferences  (FORWARD_NULL)
/vcl/source/window/brdwin.cxx: 2014 in ImplBorderWindow::FlashWindow() const()
2008 vcl::Window* pMyParent = mpWindowImpl->mpParent;
2009 while (pMyParent && pMyParent->mpWindowImpl && 
pMyParent->mpWindowImpl->mpParent)
2010 {
2011 pMyParent = pMyParent->mpWindowImpl->mpParent;
2012 }
2013 if (pMyParent) {
>>> CID 1592989:  Null pointer dereferences  (FORWARD_NULL)
>>> Attempting to access the managed object of an empty smart pointer 
>>> "pMyParent->mpWindowImpl".
2014 pMyParent->mpWindowImpl->mpFrame->FlashWindow();
2015 }
2016 }
2017 

** CID 1592988:  Uninitialized members  (UNINIT_CTOR)
/sw/source/core/text/porlay.cxx: 852 in SwLineLayout::SwLineLayout()()



*** CID 1592988:  Uninitialized members  (UNINIT_CTOR)
/sw/source/core/text/porlay.cxx: 852 in SwLineLayout::SwLineLayout()()
846   m_nRealHeight( 0 ),
847   m_nTextHeight( 0 ),
848   m_bUnderscore( false )
849 {
850 ResetFlags();
851 SetWhichPor( PortionType::Lay );
>>> CID 1592988:  Uninitialized members  (UNINIT_CTOR)
>>> Non-static class member "m_bLastHyph" is not initialized in this 
>>> constructor nor in any functions that it calls.
852 }
853 
854 SwLinePortion 

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-07 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DgBu3_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro84-2Fc0aYEsXAtPtTFLivxD28BpNcZCLgG3a2caNHJ4Yky7n6qtr1FuyGTcoO9dA4b4o8ksWuBq4wC3RrJSTNj-2B8jKA0gZneFmjl19eFaUpoJTbuOFPNrIOXbrIjf5Zo7wXUGWAKHTU-2F27iNVrBsmpdKSEQsELO94YKUGq5MxmbyUPoNgeDH4hL4O7oiDQds2kiQ-3D

Build ID: 596743

Analysis Summary:
   New defects found: 0
   Defects eliminated: 2

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-06 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3Dyf7i_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro87Gu3-2FauDR6jZ36tOwRkbq0B0uZ49Yydl37-2Bp9saAtCBR3-2BJ2n285lZYM633bzJehRFCg89XT9ZUICY1Cj0AyGu6BrSLRz-2BfJsj4rCdWMETgZNtYQ4rBKU-2BeyVo1jsZCujVHmwcy2PRliqSFm8Xcwoyt9jh24tw0-2FVZyctOrxwATw-3D-3D

Build ID: 596473

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-05 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3D24v4_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro85vz2bBr-2FXLSzaTZpVVOMcI6vNCaE8UmSMnDJHBQ0GjJl5BrrsKxmzR1Zc-2Fl7in-2FOWYxKUIGjX8E8VPCV9wqIbNthTPdqP9C9ECu0yyhBScLGTBtfUNZlitpy4Rbv5ZGrnYjV2-2B7ZgengPwrmCr-2FxDGUT5hhiQqPzt8CPW2-2F8U6Jw-3D-3D

Build ID: 596220

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


Coverity Scan: Analysis completed for varnish

2024-03-05 Thread scan-admin


Your request for analysis of varnish has been completed successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu6BUNirv33lqHGQsDVQ-2BP2tg6QNq2-2FpfeAVxnw32Pj2zw-3D-3DQ0nt_yQhjbMw4LeDZMA4nqwf-2BPKRH1TcZpi4LlAZWuGRhHR2Nz0Clp7joACblnBrF3iZ-2B9N2-2B8zNjyL3qVqzRF7wZgriHPgteG2VzMLVv3OhtuVdxa19QxmLI3PDs2KtBe0EyYxzIDbGnsX9DzfdyPR-2FsLtrZfM6GubUKI5aDwxZPbMB36SmfpJtDfRkARnkXuGbhIl32YxcwwUTTn2C4QxyuSW7M3iKyMEthe3kL-2Fz80bGo-3D

Build ID: 595990

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
varnish-dev mailing list
varnish-dev@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-04 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DX65I_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro87gIm9NykDarlgg7bzUka8UsX3YTWkZHmInUNLqXinDag679z-2ByVr54oQvabgwxlGA6oqYjJ-2BBOFS29vRyoUiKhpu9MavB3KG33JtuZlMX2FOQHVaAtoURKR4cNTMX5IFUR1aDyJiIlSYGj4L2nTPVfvcx663ucREsDVaPt6cnoDA-3D-3D

Build ID: 595929

Analysis Summary:
   New defects found: 0
   Defects eliminated: 1

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


Coverity Scan: Analysis completed for varnish

2024-03-04 Thread scan-admin


Your request for analysis of varnish has been completed successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu6BUNirv33lqHGQsDVQ-2BP2tg6QNq2-2FpfeAVxnw32Pj2zw-3D-3Dggwa_yQhjbMw4LeDZMA4nqwf-2BPKRH1TcZpi4LlAZWuGRhHR0tsVcSPDDrUsRi354vTa98NInieMeSqNYplMiUM2XPGU9-2BvY7qlZ2O8lbLiXNTqf2dEcvzrM9bjCLD2PO6aYRSEWiSpC7RflYtLyUbe3nsB44tg2H4ymCIYiTqDPvlyv-2BFJflkpM4o4MEkJcDc1UKvlf8R0TxyYVFgmgBmhnluO7tqmLAiJjk-2FeHv-2FIwUXsFc-3D

Build ID: 595730

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
varnish-dev mailing list
varnish-dev@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-03 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DLoae_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro85m5N-2Bm6563XWrekxxSuI5J5P6VPtA5Mn9gWk-2BlWyDqFzPMKugrDl8soP3Ay9GjcZLUTR6c0huZ-2FhK-2BdIrLXqUTb3scSKNN3fmlWZpmH5Bn7R5Fd3SQexTvvkxZ4bV9upuvXemI71plLcV-2BLZkgBKYE7Nq-2FoS14U405dAp-2Fm-2FGs-2Bg-3D-3D

Build ID: 595703

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-02 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DjjFe_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro86HIDb2c9-2FNAvdFrQhtxISexYThfHG5b9lHjePFKpcUbxnlYggDzZ7chd70MEBG0ECALBcH8e1GxrzyGMZ5Ul-2B71BB7EiS6uE4u-2FtdEQvzaxw1RIiWi-2BNSMYYAa0g-2BcqZRxeM-2BtVDSV9X-2Fb7qkA5i3af8T1c3Rbtsspj48EHAXYDA-3D-3D

Build ID: 595496

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


New Defects reported by Coverity Scan for LibreOffice

2024-03-02 Thread scan-admin
Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

3 new defect(s) introduced to LibreOffice found with Coverity Scan.
2 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent 
build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 3 of 3 defect(s)


** CID 1592910:  Null pointer dereferences  (NULL_RETURNS)



*** CID 1592910:  Null pointer dereferences  (NULL_RETURNS)
/sw/source/core/edit/edsect.cxx: 349 in lcl_SpecialInsertNode(const SwPosition 
*)()
343 //   only protection outside needs to be checked
344 if( pSection &&
345 (SectionType::ToxHeader == pSection->GetType() ||
346  SectionType::ToxContent == pSection->GetType()))
347 {
348 if (SectionType::ToxHeader == pSection->GetType())
>>> CID 1592910:  Null pointer dereferences  (NULL_RETURNS)
>>> Dereferencing a pointer that might be "nullptr" "pSection->GetParent()" 
>>> when calling "GetFormat".
349 pInnermostNode = 
pSection->GetParent()->GetFormat()->GetSectionNode();
350 bIsProtected = static_cast(pInnermostNode)->IsInProtectSect();
351 }
352 
353 // The previous version had a check to skip empty read-only 
sections. Those
354 // shouldn't occur, so we only need to check whether our 
pInnermostNode is

** CID 1592909:  Null pointer dereferences  (REVERSE_INULL)
/sw/source/core/edit/edsect.cxx: 337 in lcl_SpecialInsertNode(const SwPosition 
*)()



*** CID 1592909:  Null pointer dereferences  (REVERSE_INULL)
/sw/source/core/edit/edsect.cxx: 337 in lcl_SpecialInsertNode(const SwPosition 
*)()
331 }
332 else
333 pInnermostNode = pTableNode;
334 }
335 }
336 bool bIsProtected = pInnermostNode->IsProtect();
>>> CID 1592909:  Null pointer dereferences  (REVERSE_INULL)
>>> Null-checking "pInnermostNode" suggests that it may be null, but it has 
>>> already been dereferenced on all paths leading to the check.
337 if(pInnermostNode != nullptr)
338 {
339 //special case - ToxSection
340 // - in this case the inner section could be tox header
341 //   section but the new node should be before the content 
section
342 //   protection of the tox should not prevent the insertion

** CID 1592908:  Null pointer dereferences  (NULL_RETURNS)



*** CID 1592908:  Null pointer dereferences  (NULL_RETURNS)
/sw/source/core/edit/edsect.cxx: 336 in lcl_SpecialInsertNode(const SwPosition 
*)()
330 pSection = _cast(pSectionNode)->GetSection();
331 }
332 else
333 pInnermostNode = pTableNode;
334 }
335 }
>>> CID 1592908:  Null pointer dereferences  (NULL_RETURNS)
>>> Dereferencing a pointer that might be "nullptr" "pInnermostNode" when 
>>> calling "IsProtect".
336 bool bIsProtected = pInnermostNode->IsProtect();
337 if(pInnermostNode != nullptr)
338 {
339 //special case - ToxSection
340 // - in this case the inner section could be tox header
341 //   section but the new node should be before the content 
section



To view the defects in Coverity Scan visit, 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu6VvXBlQRUbS683tC8265rGNPXqJ1ffcoLZCnTuJFQbNcTEkb4XaEQkzovKhJ5DB3c-3DoByu_A9M4dSy7guk8NP6DcfgslOyvJRzavztVIKj6nRqYjYpWom7SJFyX0y710bz0kUGtQnnP2Sl-2BcQ8L7jLCiUvR0e20beDprWglfuXB9hxvFXmlxGvnqQ6tKW7XlK3i8VGudPmeOrrs0Wv9ppjT9Kvmk0vnqDB7iIZaTN8mBl-2BIFQpqyiv4ZzeA3By8mGuMOg99GWdNOmQeHQ3EaGZtYA33KPc43G0l-2Beciq31oEU-2BnMJk-3D



[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-03-01 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DDk6U_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro87xk8w2p6mpk5vzyLRxLTGLFTlUtc7flCuKbgy49YzOGe2LIKBtz5GHdT64ITY8N3CTxTgYV-2Ffm2fkTJt3-2B2K-2Fwqf0bWx-2BYL-2B99LCxqu4L7OiOQ9q8R7RRt4kS2MzksCOrGkCvOaqfSRuziVJmPeh8OkchUf-2FA6HIIgHgQdCxSb-2Bw-3D-3D

Build ID: 595305

Analysis Summary:
   New defects found: 0
   Defects eliminated: 3

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-02-29 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DFpN5_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro84DGWZ10lDVI-2BpT-2FJnPt0s31yaIi5BhW-2FLBtcDavpMXJbPmiAz5tlqoHX6r1RtarOdoG4SP1QMLA3QpeyBv12oBxgeDAfQegJQDafUaqM9bElVF1JAT6s23Ew6P6x-2B4eg1fGvKsF8Q0QImoqEK3pAbjzn-2Fad8JWxS8MtWlvdoXU-2FA-3D-3D

Build ID: 595053

Analysis Summary:
   New defects found: 1
   Defects eliminated: 0

If you have difficulty understanding any defects, email us at 
scan-ad...@coverity.com,
or post your question to StackOverflow
at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.flnyKa-2FqvaKqx4fLQsH4bW35wEOELQKXyfspKiPYDJTkkE6I9WJzTo3tzdZlfNLaav4ccqKPQZ-2BbcFiem7UEug-3D-3DLPRV_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro84DGWZ10lDVI-2BpT-2FJnPt0s31yaIi5BhW-2FLBtcDavpMXJS83pQa6LmIDb3O4Nj-2BDzjrtEWrzqZVwcBT8y4ur2lDvJSzz34Qj-2FvPJfialtbhImh5gGV4T9feUPEit1Ir4pIyoNK4i5viX-2FoMOZrA96gcULxIt9BIs3oDTzgW7lWtVJA-3D-3D
___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-02-28 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3D1Hp0_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro84KUoveEL5fnJaBsT2z-2FqBYisOjGD8HklGjuVEnQUFJAYuaFGlLHiKJp-2F528bQ0zSeHNj1upB0WolGiReZGLmV0gzSJJ6DHmlbxl9pG5cm-2Fw9jwm7V-2F4b7VYLyms-2Fp7MdVZqkU5lOvT-2Bqx-2BwQdd1l-2FZcZuEaMlLX7gu-2BJfLd5pEng-3D-3D

Build ID: 594786

Analysis Summary:
   New defects found: 1
   Defects eliminated: 5

If you have difficulty understanding any defects, email us at 
scan-ad...@coverity.com,
or post your question to StackOverflow
at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.flnyKa-2FqvaKqx4fLQsH4bW35wEOELQKXyfspKiPYDJTkkE6I9WJzTo3tzdZlfNLaav4ccqKPQZ-2BbcFiem7UEug-3D-3Dg9R6_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro84KUoveEL5fnJaBsT2z-2FqBYisOjGD8HklGjuVEnQUFJAeQkBd-2FqVU3U5nWmBUqTgVKjJcgAhB-2BPSQp5-2BWFc2LDuc4w4EOQ9vrLbVhab9O4glJWqUT-2BljYbtJkGNnC3sSk-2Ff9ftAv9LexWj7AGlzs8p41-2FlY4fOCLKjnuxScDn6n2A-3D-3D
___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


New Defects reported by Coverity Scan for LibreOffice

2024-02-28 Thread scan-admin
Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

1 new defect(s) introduced to LibreOffice found with Coverity Scan.
7 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent 
build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 1 of 1 defect(s)


** CID 1592640:  Null pointer dereferences  (FORWARD_NULL)
/sd/source/ui/slideshow/slideshowimpl.cxx: 1130 in 
sd::SlideshowImpl::startShow(const sd::PresentationSettingsEx *)()



*** CID 1592640:  Null pointer dereferences  (FORWARD_NULL)
/sd/source/ui/slideshow/slideshowimpl.cxx: 1130 in 
sd::SlideshowImpl::startShow(const sd::PresentationSettingsEx *)()
1124 mpViewShell->GetViewShellBase().ShowUIControls (false);
1125 // Hide the side panes for in-place presentations.
1126 if ( ! maPresSettings.mbFullScreen)
1127 mpPaneHider.reset(new PaneHider(*mpViewShell,this));
1128 
1129 // these Slots are forbidden in other views for this 
document
>>> CID 1592640:  Null pointer dereferences  (FORWARD_NULL)
>>> Dereferencing null pointer "pPresSettings".
1130 if( mpDocSh && !pPresSettings->mbInteractive) // IASS
1131 {
1132 mpDocSh->SetSlotFilter( true, pAllowed );
1133 mpDocSh->ApplySlotFilter();
1134 }
1135 



To view the defects in Coverity Scan visit, 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu6VvXBlQRUbS683tC8265rGNPXqJ1ffcoLZCnTuJFQbNcTEkb4XaEQkzovKhJ5DB3c-3DnEde_A9M4dSy7guk8NP6DcfgslOyvJRzavztVIKj6nRqYjYpWom7SJFyX0y710bz0kUGt1tr1i9DQoO7ElOGukyr4SHjOVDWMXgVx3dXiRAReu0G9KraVCIeQhsM5zgCnrFYy0Wr-2FLkgjbxGfTbsLjC3oXwYUNsxmwGHNMquG1C6mBOHOn3YbKHUkDtmsq7OWI00mIxMmshRz231IywiZJZ-2Fm1CMA5c-2BL-2Fyn7X1diIY2DxbI-3D



[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-02-27 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DSTF5_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro84atYhJ-2FnvUzAEk0AHxRLQO0Qmt3LozA0JCufx58ApFTl7ZJYMTn-2BLrVZF1cTcpGNE28kf0QxJ-2BJJPZ11m7sAC5nSDeQbT6giJJZRdsboOMYR0eYa6vTKu2QDPc9Qfihk8ofYV9fDr-2BOt7D1pwH4Z1rW6VbieNHT5mhOxGoTEUsgg-3D-3D

Build ID: 594544

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


New Defects reported by Coverity Scan for LibreOffice

2024-02-26 Thread scan-admin
Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

7 new defect(s) introduced to LibreOffice found with Coverity Scan.
3 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent 
build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 7 of 7 defect(s)


** CID 1592381:(OVERRUN)
/oox/source/drawingml/scene3dhelper.cxx: 248 in 
oox::Scene3DHelper::getAPIAnglesFrom3DProperties(std::shared_ptr,
 const int &, double &, double &, double &)()
/oox/source/drawingml/scene3dhelper.cxx: 250 in 
oox::Scene3DHelper::getAPIAnglesFrom3DProperties(std::shared_ptr,
 const int &, double &, double &, double &)()
/oox/source/drawingml/scene3dhelper.cxx: 249 in 
oox::Scene3DHelper::getAPIAnglesFrom3DProperties(std::shared_ptr,
 const int &, double &, double &, double &)()



*** CID 1592381:(OVERRUN)
/oox/source/drawingml/scene3dhelper.cxx: 248 in 
oox::Scene3DHelper::getAPIAnglesFrom3DProperties(std::shared_ptr,
 const int &, double &, double &, double &)()
242 // OOXML markup are given, they overwrite the values from the 
preset camera type. Otherwise the
243 // values from the preset camera are used. OOXML requires that all 
three attributes must exist at
244 // the same time. Thus it is enough to test one of them.
245 if (!(*p3DProperties).maCameraRotation.mnRevolution.has_value())
246 {
247 // The angles are given in 1/6 deg in 
aPrstCameraValuesArray.
>>> CID 1592381:(OVERRUN)
>>> Overrunning array "oox::aPrstCameraValuesArray" of 62 104-byte elements 
>>> at element index 62 (byte offset 6551) using index 
>>> "this->mnPrstCameraIndex" (which evaluates to 62).
248 nLatitude = 
aPrstCameraValuesArray[mnPrstCameraIndex].mfRotateAngleX;
249 nLongitude = 
aPrstCameraValuesArray[mnPrstCameraIndex].mfRotateAngleY;
250 nRevolution = 
aPrstCameraValuesArray[mnPrstCameraIndex].mfRotateAngleZ;
251 }
252 
253 // MS Office applies the shape rotation after the rotations from 
camera in case of non-legacy
/oox/source/drawingml/scene3dhelper.cxx: 250 in 
oox::Scene3DHelper::getAPIAnglesFrom3DProperties(std::shared_ptr,
 const int &, double &, double &, double &)()
244 // the same time. Thus it is enough to test one of them.
245 if (!(*p3DProperties).maCameraRotation.mnRevolution.has_value())
246 {
247 // The angles are given in 1/6 deg in 
aPrstCameraValuesArray.
248 nLatitude = 
aPrstCameraValuesArray[mnPrstCameraIndex].mfRotateAngleX;
249 nLongitude = 
aPrstCameraValuesArray[mnPrstCameraIndex].mfRotateAngleY;
>>> CID 1592381:(OVERRUN)
>>> Overrunning array "oox::aPrstCameraValuesArray" of 62 104-byte elements 
>>> at element index 62 (byte offset 6551) using index 
>>> "this->mnPrstCameraIndex" (which evaluates to 62).
250 nRevolution = 
aPrstCameraValuesArray[mnPrstCameraIndex].mfRotateAngleZ;
251 }
252 
253 // MS Office applies the shape rotation after the rotations from 
camera in case of non-legacy
254 // cameras, and before for legacy cameras. ODF specifies to first 
rotate the shape. Thus we need
255 // to add shape rotation to nRevolution in case of non-legacy 
cameras. The shape rotation has
/oox/source/drawingml/scene3dhelper.cxx: 249 in 
oox::Scene3DHelper::getAPIAnglesFrom3DProperties(std::shared_ptr,
 const int &, double &, double &, double &)()
243 // values from the preset camera are used. OOXML requires that all 
three attributes must exist at
244 // the same time. Thus it is enough to test one of them.
245 if (!(*p3DProperties).maCameraRotation.mnRevolution.has_value())
246 {
247 // The angles are given in 1/6 deg in 
aPrstCameraValuesArray.
248 nLatitude = 
aPrstCameraValuesArray[mnPrstCameraIndex].mfRotateAngleX;
>>> CID 1592381:(OVERRUN)
>>> Overrunning array "oox::aPrstCameraValuesArray" of 62 104-byte elements 
>>> at element index 62 (byte offset 6551) using index 
>>> "this->mnPrstCameraIndex" (which evaluates to 62).
249 nLongitude = 
aPrstCameraValuesArray[mnPrstCameraIndex].mfRotateAngleY;
250 nRevolution = 
aPrstCameraValuesArray[mnPrstCameraIndex].mfRotateAngleZ;
251 }
252 
253 // MS Office applies the shape rotation after the rotations from 
camera in case of non-legacy
254 // cameras, and before for legacy cameras. ODF specifies to first 
rotate the shape. Thus we need

** CID 1592380:  Incorrect expression  (COPY_PASTE_ERROR)
/sd/source/ui/slideshow/slideshowimpl.cxx: 3439 in 
sd::SlideshowImpl::Notify(SfxBroadcaster &, const SfxHint &)()



[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-02-26 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7rQ5q4Sxmeg1vmKaoAOPVN5YdK2Yyc7DQ7deog4NmMBg-3D-3DHfpk_Vao1hkjRncE3JyBIkMLvuvXZlfb3c6ucigF5JRQro84w5qMdHN0Px94wEhupJv2byMwX4huvU0cH01jzNYFZ0qlDj9XrJVwM2lWNQlVVeoI1yT-2Fn4vukVanbjorBNy3eFUH5M6AqL-2FR4YQqDVC1s4EjwBU11uGPpA-2FAY49XGjJ3R90qeVx0dgjJqKaxsA3hAVfRPjp4tTSlOHQAetDE-2BIA-3D-3D

Build ID: 594249

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


Coverity Scan: Analysis completed for varnish

2024-02-26 Thread scan-admin


Your request for analysis of varnish has been completed successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0qcxCbhZ31OYv50yrJbcjUxJo9eCHXi2QbgV6m5FSuTtQOxGY1oSL52Ydbrw-3D-3DRt8d_WyTzqwss9kUEGhvWd0SG502mTu1yasCtuh9h-2FD3Je48WlyxHq6JJEUDzK9e2SSl2MnO6HQTrYyN0twdZO3PqtY8Zph3KfHvlEic4Q6EHnyza4ETCBiuYwk0COirzL-2BZuUBbRWe9Jlsa0iPO4azcTR-2B9aBuHaP-2B2qQhGaNJpM6vx0lwt30MySQmpEaIB7jzb7cPVCbQCAuNjVMY1YMfBe9jlylRosYaNWtHSS5EXoqs0-3D

Build ID: 594042

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
varnish-dev mailing list
varnish-dev@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-02-25 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0qcxCbhZ31OYv50yp0yUbWtF-2B8FwvGLTJMQ0Z05keiFeXlm0OSBQeh-2BoKgvg-3D-3D02BI_f9IYZ6Ow1q3vrD6KuvrIXH7YVWc8OOsB9tDVxIyTSCrUWCxGQNoHX3dCba7HZ3Zm5LCALWME66r7lt6CdyWwr4I5XUdBe8-2BzFpw2DT3Md-2FjH14Y0bXwaOY41bb87W8iXh7wxm1u05K8lWETTiqbllfOPyZwTvZt0vVvP6YcRb36FeA8dzyzehRxng7s37uDPkAZIp8SHN3V098kAF432Tj77i27G0AF3TRBSKtmU6Mc-3D

Build ID: 594018

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-02-24 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0qcxCbhZ31OYv50yp0yUbWtF-2B8FwvGLTJMQ0Z05keiFeXlm0OSBQeh-2BoKgvg-3D-3DQank_f9IYZ6Ow1q3vrD6KuvrIXH7YVWc8OOsB9tDVxIyTSCqqP4QnQpEN5P0ciBjxNT7lIB8W6u5r2a51cVhwA9ypSyRttsnfQSliFsuPhhArFP8u-2BaSb9K3BpM6UjjfL3unjMYy-2BdZmekNjubtkRplpQ9aOlvXUIQ-2BSX0pqOrvYznSwXC2NnhdXTQZEpblT30Z43Dk2-2B9VBnHHSA83i0cI3geYcNHx7hMEsCabEJFusOv6c-3D

Build ID: 593794

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-02-23 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0qcxCbhZ31OYv50yp0yUbWtF-2B8FwvGLTJMQ0Z05keiFeXlm0OSBQeh-2BoKgvg-3D-3DkxsY_f9IYZ6Ow1q3vrD6KuvrIXH7YVWc8OOsB9tDVxIyTSCp-2BgzcfpRGd692MenzNnSw06JHBhtdog7O-2FogKdvFjjvk-2FXCbIsFS79CppLRLwXfAkqz8C4f-2Ffi1f2imA-2FMkH6KJ3-2FcEbrGk8L-2BpBRnV4-2FIGEA9DrbE6H1Hpwp4iS2V3hf8B8QBwDvs6K8MRBqF4PXb86r62R5Jw1MbLHcGp4eruMkbsFAHeraWia8YQPn3MDM-3D

Build ID: 593602

Analysis Summary:
   New defects found: 0
   Defects eliminated: 1

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-02-22 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0qcxCbhZ31OYv50yp0yUbWtF-2B8FwvGLTJMQ0Z05keiFeXlm0OSBQeh-2BoKgvg-3D-3D86_-_f9IYZ6Ow1q3vrD6KuvrIXH7YVWc8OOsB9tDVxIyTSCoPuNtE9hiSNmEET8blUPopIGFaGWuHh8RFtdCvipLe3IQpBRMRSNgiJNPKuhOS9v-2FjWD4Evolgz5-2BF14ur85cIPjsECcdM7ATtMRqjtPMeW3p6Zv96tYN0h36PU-2FbPoMHhxJwWR5iOI9ZpVPawBnFFONS47DR9N3gCX-2BYta-2FGSwA-3D-3D

Build ID: 593388

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-02-21 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0qcxCbhZ31OYv50yp0yUbWtF-2B8FwvGLTJMQ0Z05keiFeXlm0OSBQeh-2BoKgvg-3D-3DHGur_f9IYZ6Ow1q3vrD6KuvrIXH7YVWc8OOsB9tDVxIyTSCqmSSs-2FSXFA-2BEB4YNUMSQPm6n8vuIVQo2hFmuSFTd3RObYNkiR1Jtd36XinthObjtz-2FcDExGZEyi-2BAwo25FUe8N6h-2BQxhN-2FSlsvoEjukxMneS4g53ULXjnU3u8s5YPFIs9xTObK59CziLJkkly46MUQ-2FV-2BVSd5FJhRbqwB3bn9wpSChtA0Dh3q4XC8vdQ-2BDEM0-3D

Build ID: 593172

Analysis Summary:
   New defects found: 0
   Defects eliminated: 16

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-02-20 Thread scan-admin--- via ofiwg


Your request for analysis of ofiwg/libfabric has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0qcxCbhZ31OYv50yp0yUbWtF-2B8FwvGLTJMQ0Z05keiFeXlm0OSBQeh-2BoKgvg-3D-3DsNNc_f9IYZ6Ow1q3vrD6KuvrIXH7YVWc8OOsB9tDVxIyTSCrPZvpGy8f6i2mR43IHorzwvEvSVZLN5AWuAMFwMhomlQDkSwK85NCzmDGDKWiARqmJlwX4pfl-2FazHYepYo-2BQZIeSAyYkuO-2B-2F9KfTRW6MEdoSIU2hHn57Yq3Ltxj4AcaGBwqYekzlypwuy6-2FazSS9BIABHunNBeF2ayEwZ1s-2ByXcFTy9r09YX2c06iHu4XJUOE-3D

Build ID: 592942

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0

___
ofiwg mailing list
ofiwg@lists.openfabrics.org
https://lists.openfabrics.org/mailman/listinfo/ofiwg


<    1   2   3   4   5   6   7   8   9   10   >