Displaying 9 results from an estimated 9 matches for "size3".
Did you mean:
size
2018 Jul 20
1
[PATCH 2/2] Fix safe_realloc_add_2op_() to free memory when reallocation fails
...alloc.h
@@ -168,7 +168,7 @@ static inline void *safe_realloc_add_2op_(void *ptr, size_t size1, size_t size2)
free(ptr);
return 0;
}
- return realloc(ptr, size2);
+ return safe_realloc_(ptr, size2);
}
static inline void *safe_realloc_add_3op_(void *ptr, size_t size1, size_t size2, size_t size3)
--
2.17.1
2005 Feb 14
0
Msdfs
...(len 2) ?
[2005/02/14 12:40:52, 10] smbd/mangle_hash2.c:is_mangled(276)
is_mangled it ?
[2005/02/14 12:40:52, 10] smbd/mangle_hash2.c:is_mangled_component(215)
is_mangled_component it (len 2) ?
[2005/02/14 12:40:52, 5] smbd/statcache.c:stat_cache_add(135)
stat_cache_add: Added entry (839f298:size3) IT -> it
[2005/02/14 12:40:52, 5] smbd/statcache.c:stat_cache_add(135)
stat_cache_add: Added entry (839f298:size3) IT -> it
[2005/02/14 12:40:52, 5] smbd/filename.c:unix_convert(393)
conversion finished it -> it
[2005/02/14 12:40:52, 3] smbd/error.c:error_packet(105)
error string =...
2001 Mar 28
4
efficiency and "forcing" questions
...ta4)
for(i in 1:4) gc()
library(modreg)
attach(wintemp4)
myppr1 <- function(x)
{
#run pprfile once to get list of sum of squared errors corresponding to differen numbers of terms
pprfile.ppr <- ppr(
award~
ilogemp+ilogage+sdb+allsmall+
size2+size3+size4+size5+size6+size7+size8+size9+size10+
X.Iprimnaic.2+X.Iprimnaic.3+X.Iprimnaic.4+X.Iprimnaic.5+X.Iprimnaic.6+
X.Iprimnaic.7+X.Iprimnaic.8+X.Iprimnaic.9+X.Iprimnaic.10+X.Iprimnaic.11+
X.Iprimnaic.12+X.Iprimnaic.13+X.Iprimnaic.14+X.Iprimnaic.15+X.Ipri...
2018 Jul 18
3
Behavior of safe_realloc_add_2op_()
I'm looking at an issue reported by the Coverity static analyzer.
In iconvert() in src/share/utf8/iconvert.c on line 152 there is
newbuf = safe_realloc_add_2op_(utfbuf, ...);
If the request size is not valid, the function will free utfbuf and
return 0. This is followed by goto fail and utfbuf is freed for the
second time. A simply fix would be to set utfbuf to 0 if newbuf is 0.
However, this
2020 May 14
0
Ailing MATE desktop
...libdbusmenu
libdbusmenu-gtk3
libgnome-keyring
libindicator-gtk3
libraqm
libwmf-lite
marco-libs
mathjax
mathjax-ams-fonts
mathjax-caligraphic-fonts
mathjax-fraktur-fonts
mathjax-main-fonts
mathjax-math-fonts
mathjax-sansserif-fonts
mathjax-script-fonts
mathjax-size1-fonts
mathjax-size2-fonts
mathjax-size3-fonts
mathjax-size4-fonts
mathjax-stixweb-fonts
mathjax-typewriter-fonts
mathjax-vector-fonts
mathjax-winchrome-fonts
mathjax-winie6-fonts
pluma-data
texlive-lib
web-assets-filesystem
wireless-tools
xorg-x11-fonts-ISO8859-1-100dpi
-------------- next part --------------
# for i in `cat trial.txt`...
2012 Jun 24
3
Patch for cross compilation with MinGW32
...size1, size_t size2)
+{
+ if(!size1 || !size2)
+ return malloc(1); /* malloc(0) is undefined; FLAC src convention is to always allocate */
+ if(size1 > SIZE_MAX / size2)
+ return 0;
+ return malloc(size1*size2);
+}
static inline void *safe_malloc_mul_3op_(size_t size1, size_t size2, size_t size3)
{
diff --git src/libFLAC/include/private/bitmath.h src/libFLAC/include/private/bitmath.h
index 61b0e03..4de07b8 100644
--- src/libFLAC/include/private/bitmath.h
+++ src/libFLAC/include/private/bitmath.h
@@ -42,6 +42,7 @@
#endif
/* Will never be emitted for MSVC, GCC, Intel compilers */
+#ifnd...
2020 May 14
2
Ailing MATE desktop
> On Wed, 2020-05-06 at 10:26 -0500, Robert G (Doc) Savage via CentOS
> wrote:
>> On Tue, 2020-05-05 at 19:25 -0500, Robert G (Doc) Savage via CentOS
>> wrote:
>> > I'm about ready to run "dnf erase *mate*" and try re-installing
>> > MATE
>> > from scratch from the GNOME3 desktop. Is that possible without
>> > ripping
>>
2020 May 05
2
Ailing MATE desktop
On Tue, 5 May 2020 05:30:26 -0400
Eddie O'Connor wrote:
> Are there .conf files for the desktop?....what about logs?....something's
> got to be amiss somewhere....and Linux always complains when it is.....in
> logs. Just wondering out loud...
What happens if he sets up a new user? Does the desktop work then?
--
Can we uninstall 2020 and install it again? This one has a virus.
2020 May 06
2
Ailing MATE desktop
...ch 2.7.4-2.el8 @epel 37 k
mathjax-size2-fonts noarch 2.7.4-2.el8 @epel 34 k
mathjax-size3-fonts noarch 2.7.4-2.el8 @epel 16 k
mathjax-size4-fonts noarch 2.7.4-2.el8 @epel...