[E-devel] New Defects reported by Coverity Scan for Enlightenment Foundation Libraries

2020-09-23 Thread scan-admin--- via enlightenment-devel
Hi,

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

2 new defect(s) introduced to Enlightenment Foundation Libraries found with 
Coverity Scan.


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


** CID 1396968:  Program hangs  (ORDER_REVERSAL)



*** CID 1396968:  Program hangs  (ORDER_REVERSAL)
/src/lib/evas/common/evas_image_scalecache.c: 507 in 
evas_common_rgba_image_scalecache_flush()
501 {
502 #ifdef SCALECACHE
503int t;
504SLKL(cache_lock);
505t = max_cache_size;
506max_cache_size = 0;
>>> CID 1396968:  Program hangs  (ORDER_REVERSAL)
>>> Calling "_cache_prune" acquires lock "_RGBA_Image.cache.lock" while 
>>> holding lock "cache_lock" (count: 2 / 6).
507_cache_prune(NULL, 1);
508max_cache_size = t;
509SLKU(cache_lock);
510 #endif
511 }
512 

** CID 1396947:  Program hangs  (ORDER_REVERSAL)



*** CID 1396947:  Program hangs  (ORDER_REVERSAL)
/src/lib/evas/common/evas_image_scalecache.c: 455 in 
evas_common_rgba_image_scalecache_size_set()
449 {
450 #ifdef SCALECACHE
451SLKL(cache_lock);
452if (size != max_cache_size)
453  {
454 max_cache_size = size;
>>> CID 1396947:  Program hangs  (ORDER_REVERSAL)
>>> Calling "_cache_prune" acquires lock "_RGBA_Image.cache.lock" while 
>>> holding lock "cache_lock" (count: 2 / 6).
455 _cache_prune(NULL, 1);
456  }
457SLKU(cache_lock);
458 #endif
459 }
460 



To view the defects in Coverity Scan visit, 
https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0qcxCbhZ31OYv50yr0IfqfowFTJfr2mAaHN4-2F3-2FDLvknkvEk8R-2Brc-2FAW1wKeWyrE1QE9OJURKPBhdlbSbw1o9AcDp5mEfe2HCNhbRPHJ6k_mvpcOc8FOVNbImGRSJC5zHD-2FhpVE1eyBkS-2FwxVM20bAYoRluBZqz-2BflYwpXqPgd3QlK506LGkntAX0UOTcGmGuLp4ZMN6DNlxGFw2FynQ-2BT0SMEmbIMWHoL-2B0bi7QCTtXqN-2BahNYHG179JlYk-2FxxKR1xz3GeClHHAM1R5JtSBYXbjxQ1QUzVKnEQhhKHdiymAaGrLESn5HDpkgd6lyUFjav966PffMM2ymZHzoCWR2h4dkj1NAcgaa7TdnYs9L8e



___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Enlightenment Foundation Libraries 1.25 Release

2020-09-23 Thread Stefan Schmidt

=== Enlightenment Foundation Libraries 1.25 Release ===

In comparison 1.25 was a very calm release cycle. In the last five 
months we saw 567 commits from 38 contributors:


Carsten Haitzler, Stefan Schmidt, Marcel Hollerbach, JunsuChoi, Vincent 
Torri, Ali Alzyod, Daniel Kolesa, Mike Blumenkrantz, Elyes HAOUAS, 
Hermet Park, Christopher Michael, Xavi Artigas, Subhransu Mohanty, 
Shinwoo Kim, Taehyub Kim, Woochanlee, Myoungwoon Roy, Kim, Alastair 
Poole, Jaehyun Cho, Wonki Kim, João Paulo Taylor Ienczak Zanette, 
AbdullehGhujeh, Wander Lairson Costa, WooHyun Jung, Yeongjong Lee, Bowon 
Ryu, Hosang Kim, Ali, Boris Faure, Felipe Magno de Almeida, SangHyeon 
Jade Lee, Youngbok Shin, Joao Antonio Cardoso, Lucas, Lucas Cavalcante 
de Sousa, ali, ali198724, nerdopolis



== Download ==
http://download.enlightenment.org/rel/libs/efl/efl-1.25.0.tar.xz
53941f910daf5d1b5162bfdb0dc66f1a04e55a0f2dd7760da0ad63713370956e



== What's New ==

This time around we do not have bigger changes to cover here. For the 
full list please look at the NEWS file, if you are interested in the 
details. As usual we have been working on fixing bugs, optimising our 
code for speed and memory footprint and adding new features.





== Statistics ==

(git log --pretty=oneline v1.24.0..v1.25.0 | wc -l) \\
Number of commits in 1.25: 567 \\
Number of commits in 1.24: 1885 \\

(git shortlog -ns v1.24.0..v1.25.0 | wc -l) \\
Number of authors in 1.25: 38 \\
Number of authors in 1.24: 54 \\

(git diff --stat v1.24.0..v1.25.0 | tail -1) \\
1020 files changed, 12644 insertions(+), 10471 deletions(-) in 1.25 \\
2073 files changed, 88305 insertions(+), 152470 deletions(-) in 1.24 \\



== Building and Dependencies ==

https://git.enlightenment.org/core/efl.git/tree/INSTALL




___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel